Add travis support

This commit is contained in:
Virgil Dupras 2019-10-30 18:59:47 -04:00
parent b745f49186
commit d5c9bf5eec
2 changed files with 22 additions and 0 deletions

2
.travis.yml Normal file
View File

@ -0,0 +1,2 @@
language: c
script: ./runtests.sh

20
runtests.sh Executable file
View File

@ -0,0 +1,20 @@
#/usr/bin/env bash
set -e
git submodule init
git submodule update
git clean -fxd
cd tools/emul
make
cd ../tests
make
# let's try again with an updated zasm
cd ../emul
make updatebootstrap all
cd ../tests
make