Retoor software development Projects Research SearchXNG
Register Sign In

5 lines
65 B
YAML
Raw Normal View History

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
script: make && make test
Reference in New Issue Copy Permalink
cb62bcda8e
wren/.travis.yml
Response time: 54ms
Mail Licenses API