mirror of
https://github.com/NishiOwO/JWasm.git
synced 2025-04-21 16:54:39 +00:00
14 lines
257 B
YAML
14 lines
257 B
YAML
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
|
|
|