TRAVIS: add travis.yml
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user