TRAVIS: add travis.yml
This commit is contained in:
parent
19a6ab89c7
commit
2fbeb412cf
6
.travis.yml
Normal file
6
.travis.yml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
language: c
|
||||||
|
compiler: clang
|
||||||
|
before_script:
|
||||||
|
- sudo apt-get install -qq libflint-dev
|
||||||
|
script:
|
||||||
|
- make
|
Loading…
Reference in New Issue
Block a user