test various configurations besides the default in Travis CI

This commit is contained in:
Joel Dice 2013-02-16 08:36:41 -07:00
parent fbbd718fe1
commit fd0b2b844b
2 changed files with 10 additions and 1 deletions

View File

@ -1,2 +1,2 @@
language: cpp
script: "make test"
script: ./test/ci.sh

9
test/ci.sh Executable file
View 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