mirror of
https://github.com/corda/corda.git
synced 2025-01-19 11:16:54 +00:00
allow passing flags to ci.sh script
This commit is contained in:
parent
d8e0f5cc06
commit
374a39651b
20
test/ci.sh
20
test/ci.sh
@ -23,18 +23,14 @@ run_cmake() {
|
||||
cd ..
|
||||
}
|
||||
|
||||
if [ ${#} -gt 0 ]; then
|
||||
run make ${@}
|
||||
else
|
||||
run_cmake -DCMAKE_BUILD_TYPE=Debug
|
||||
|
||||
run make jdk-test
|
||||
run make test
|
||||
run make mode=debug test
|
||||
run make process=interpret test
|
||||
run make bootimage=true test
|
||||
run make mode=debug bootimage=true test
|
||||
run make openjdk=$JAVA_HOME test
|
||||
run make tails=true continuations=true heapdump=true test
|
||||
run make codegen-targets=all
|
||||
fi
|
||||
run make ${@} test
|
||||
run make ${@} mode=debug test
|
||||
run make ${@} process=interpret test
|
||||
run make ${@} bootimage=true test
|
||||
run make ${@} mode=debug bootimage=true test
|
||||
run make ${@} openjdk=$JAVA_HOME test
|
||||
run make ${@} tails=true continuations=true heapdump=true test
|
||||
run make ${@} codegen-targets=all
|
||||
|
Loading…
Reference in New Issue
Block a user