Enable TravisCI building
This commit is contained in:
parent
cd9a776f23
commit
fb74928700
19
.travis.yml
Normal file
19
.travis.yml
Normal file
@ -0,0 +1,19 @@
|
||||
language: c
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
|
||||
before_script:
|
||||
- uname -a
|
||||
|
||||
script:
|
||||
- ./configure && make sql
|
||||
- make clean
|
||||
- ./configure --enable-prere && make sql
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
Loading…
x
Reference in New Issue
Block a user