mirror of
https://github.com/corda/corda.git
synced 2025-01-05 20:54:13 +00:00
add 'mode=debug bootimage=true' test to ci.sh
This commit is contained in:
parent
1d86e668cb
commit
a35e47b6fb
@ -24,6 +24,7 @@ run make ${flags} process=interpret ${test_target}
|
||||
# bootimage and openjdk builds without openjdk-src don't work:
|
||||
if [ -z "${openjdk}" ]; then
|
||||
run make ${flags} bootimage=true ${test_target}
|
||||
run make ${flags} mode=debug bootimage=true ${test_target}
|
||||
# might as well do an openjdk test while we're here:
|
||||
run make openjdk=$JAVA_HOME ${flags} ${test_target}
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user