Add Travis CI support.
This commit is contained in:
parent
bbae42d62f
commit
60993c166d
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
language: c
|
||||||
|
compiler:
|
||||||
|
- gcc
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- sudo apt-get install python3
|
||||||
|
|
||||||
|
script:
|
||||||
|
- make -C unix
|
||||||
|
- tests/run-tests
|
Loading…
x
Reference in New Issue
Block a user