Added a basic travis-ci conf file.
This commit is contained in:
parent
966718bb7d
commit
45891faee4
5
.travis.yml
Normal file
5
.travis.yml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
language: c
|
||||||
|
compiler:
|
||||||
|
- gcc
|
||||||
|
- clang
|
||||||
|
script: ./configure --enable-debug && make -j16
|
Loading…
Reference in New Issue
Block a user