Add Travis CI autobuilder config

This commit is contained in:
Matt Johnston 2014-03-07 20:44:32 +08:00
parent 12e7d570a2
commit 7a9ed81f5f

15
.travis.yml Normal file
View File

@ -0,0 +1,15 @@
language: c
compiler:
- gcc
script: autoconf && autoheader && ./configure && make --$BUNDLEDLIBTOM-bundled-libtom CFLAGS="-O2 -Wall -Wno-pointer-sign"
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libz-dev
env:
- BUNDLEDLIBTOM=enable
- BUNDLEDLIBTOM=disable