view .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 source

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