This website requires JavaScript.
Retoor software development
Projects
Research
SearchXNG
Register
Sign In
5 lines
69 B
YAML
Raw
Normal View
History
Unescape
Escape
feat: add Travis CI config and fail-exit in test script Add .travis.yml with gcc and clang compilers running make && make test. Modify script/test.py to call sys.exit(1) when any tests fail, ensuring CI build correctly reports failure status.
2015-01-02 17:13:51 +01:00
language
:
c
compiler
:
-
gcc
-
clang
chore: switch travis build script from make to make all for full configs
2015-02-25 04:32:46 +01:00
script
:
make all && make test
Reference in New Issue
Copy Permalink
77148c2db6
wren
/
.travis.yml