corda/test/ci.sh

10 lines
143 B
Bash
Raw Normal View History

#!/bin/sh
set -e
make mode=debug test
make test
make process=interpret test
make bootimage=true test
make tails=true continuations=true test