mirror of
https://github.com/corda/corda.git
synced 2025-01-29 15:43:55 +00:00
test various configurations besides the default in Travis CI
This commit is contained in:
parent
fbbd718fe1
commit
fd0b2b844b
@ -1,2 +1,2 @@
|
||||
language: cpp
|
||||
script: "make test"
|
||||
script: ./test/ci.sh
|
||||
|
9
test/ci.sh
Executable file
9
test/ci.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
make mode=debug test
|
||||
make test
|
||||
make process=interpret test
|
||||
make bootimage=true test
|
||||
make tails=true continuations=true test
|
Loading…
x
Reference in New Issue
Block a user