corda/test/ci.sh

13 lines
240 B
Bash
Raw Normal View History

#!/bin/sh
set -e
make test
make mode=debug test
make process=interpret 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