mirror of
https://github.com/NishiOwO/JWasm.git
synced 2025-04-21 08:44:38 +00:00
Add autotests to the Travis CI
This commit is contained in:
parent
9e74caf15d
commit
313d577377
@ -2,6 +2,12 @@ language: c
|
||||
compiler:
|
||||
- gcc
|
||||
|
||||
install:
|
||||
- git clone git://github.com/JWasm/JWasm-regressions.git Regress
|
||||
|
||||
script:
|
||||
- make -s -f GccUnix.mak > /dev/null
|
||||
- export PATH=${TRAVIS_BUILD_DIR}/GccUnixR:${PATH}
|
||||
- cd Regress
|
||||
- ./test-linux.sh
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user