Configure Travis CI

This commit is contained in:
Pawel Hajdan, Jr 2016-11-05 13:30:27 +01:00
parent a725591330
commit 9e3515f078
1 changed files with 18 additions and 0 deletions

18
.travis.yml Normal file
View File

@ -0,0 +1,18 @@
language: c
compiler:
- clang
- gcc
sudo: false
os:
- linux
- osx
install:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install gawk; fi
script:
- autoreconf --install --force --verbose && ./configure && make && make check