Add .travis ci config
This commit is contained in:
parent
88434b2288
commit
ec694de68e
1 changed files with 13 additions and 0 deletions
13
.travis.yml
Normal file
13
.travis.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
language: c
|
||||||
|
compiler:
|
||||||
|
- clang
|
||||||
|
- gcc
|
||||||
|
install:
|
||||||
|
- sudo apt-get install check libpcre3 libpcre3-dev libjemalloc-dev libjemalloc1
|
||||||
|
before_script:
|
||||||
|
- ./autogen.sh
|
||||||
|
- ./configure && make
|
||||||
|
script:
|
||||||
|
- make check
|
||||||
|
cache:
|
||||||
|
apt: true
|
Loading…
Reference in a new issue