mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
skip bootimage test in ci.sh if openjdk is set
This commit is contained in:
parent
5e2d00010b
commit
27d7c8a3c0
@ -5,5 +5,8 @@ set -e
|
|||||||
make mode=debug test
|
make mode=debug test
|
||||||
make test
|
make test
|
||||||
make process=interpret test
|
make process=interpret test
|
||||||
make bootimage=true test
|
# bootimage and openjdk builds without openjdk-src don't work:
|
||||||
|
if [ -z "${openjdk}" ]; then
|
||||||
|
make bootimage=true test
|
||||||
|
fi
|
||||||
make tails=true continuations=true test
|
make tails=true continuations=true test
|
||||||
|
Loading…
Reference in New Issue
Block a user