aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2017-10-31 13:21:37 -0700
committerTim Newsome <tim@sifive.com>2017-10-31 13:21:37 -0700
commita4472f6d66f437a5c60ecdca95adb1f11ff6056b (patch)
treecfc76929395406273feb7b6e24227767b961162a /.travis.yml
parentf4165279856cde06739a3b9a3ec54e8ff829fabd (diff)
downloadriscv-openocd-a4472f6d66f437a5c60ecdca95adb1f11ff6056b.zip
riscv-openocd-a4472f6d66f437a5c60ecdca95adb1f11ff6056b.tar.gz
riscv-openocd-a4472f6d66f437a5c60ecdca95adb1f11ff6056b.tar.bz2
Build OpenOCD the way we expect users to build it.
Change-Id: I3769137bc3109b44da76f2ca689d351bb93e7832
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f721700..a99f743 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,5 +28,5 @@ matrix:
- gcc-multilib
script:
- - ./bootstrap && ./configure && make
+ - ./bootstrap && ./configure --enable-remote-bitbang --enable-jtag_vpi && make
- file src/openocd