Add --enable-jlink.
Hopefully this will let me reproduce #589 in one of the travis builds. Signed-off-by: Tim Newsome <tim@sifive.com> Change-Id: Idf0378bd57144067702cd46531ffdd3cffbf665c
This commit is contained in:
parent
737f013ada
commit
d79435ffed
|
@ -72,5 +72,5 @@ script:
|
|||
filterdiff -x "a/src/jtag/drivers/libjaylink/*" -x "a/tools/git2cl/*"
|
||||
-x "b/src/gnulib/*" |
|
||||
./tools/scripts/checkpatch.pl --no-signoff -
|
||||
- ./bootstrap && ./configure --enable-remote-bitbang --enable-jtag_vpi $CONFIGURE_ARGS && make
|
||||
- ./bootstrap && ./configure --enable-remote-bitbang --enable-jtag_vpi --enable-jlink $CONFIGURE_ARGS && make
|
||||
- file src/$EXECUTABLE
|
||||
|
|
Loading…
Reference in New Issue