mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
test non-debug build first in ci.sh
If something's broken, the script will fail faster if we test the faster build first, giving us quicker feedback.
This commit is contained in:
parent
c3e34b9438
commit
96a4b6e508
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
make mode=debug test
|
|
||||||
make test
|
make test
|
||||||
|
make mode=debug test
|
||||||
make process=interpret test
|
make process=interpret test
|
||||||
# bootimage and openjdk builds without openjdk-src don't work:
|
# bootimage and openjdk builds without openjdk-src don't work:
|
||||||
if [ -z "${openjdk}" ]; then
|
if [ -z "${openjdk}" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user