diff .travis.yml @ 912:e630c7aecff7

Add Travis CI autobuilder config
author Matt Johnston <matt@ucc.asn.au>
date Fri, 07 Mar 2014 20:44:32 +0800
parents
children 6e2aa862e167
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.travis.yml	Fri Mar 07 20:44:32 2014 +0800
@@ -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
+
+