Merge pull request #135 from riscv/fuller_build
Build OpenOCD the way we expect users to build it.
This commit is contained in:
commit
40c97cc476
|
@ -28,5 +28,5 @@ matrix:
|
||||||
- gcc-multilib
|
- gcc-multilib
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./bootstrap && ./configure && make
|
- ./bootstrap && ./configure --enable-remote-bitbang --enable-jtag_vpi && make
|
||||||
- file src/openocd
|
- file src/openocd
|
||||||
|
|
Loading…
Reference in New Issue