view .travis.yml @ 913:6e2aa862e167

The arguments are for configure, not make!
author Matt Johnston <matt@ucc.asn.au>
date Fri, 07 Mar 2014 20:52:57 +0800
parents e630c7aecff7
children 54e1214e3af7
line wrap: on
line source

language: c
compiler:
  - gcc

script: autoconf && autoheader && ./configure --$BUNDLEDLIBTOM-bundled-libtom CFLAGS="-O2 -Wall -Wno-pointer-sign" && make

before_install:
  - sudo apt-get update -qq
  - sudo apt-get install -qq libz-dev

env: 
  - BUNDLEDLIBTOM=enable
  - BUNDLEDLIBTOM=disable