corda/test/ci.sh
2014-02-25 21:38:29 -07:00

15 lines
342 B
Bash
Executable File

#!/bin/sh
set -e
make ${flags} jdk-test
make ${flags} test
make ${flags} mode=debug test
make ${flags} process=interpret test
# bootimage and openjdk builds without openjdk-src don't work:
if [ -z "${openjdk}" ]; then
make ${flags} bootimage=true test
fi
make ${flags} tails=true continuations=true test
make ${flags} codegen-targets=all