Add travis support
This commit is contained in:
parent
b745f49186
commit
d5c9bf5eec
2
.travis.yml
Normal file
2
.travis.yml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
language: c
|
||||||
|
script: ./runtests.sh
|
20
runtests.sh
Executable file
20
runtests.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user