comparison .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
comparison
equal deleted inserted replaced
912:e630c7aecff7 913:6e2aa862e167
1 language: c 1 language: c
2 compiler: 2 compiler:
3 - gcc 3 - gcc
4 4
5 script: autoconf && autoheader && ./configure && make --$BUNDLEDLIBTOM-bundled-libtom CFLAGS="-O2 -Wall -Wno-pointer-sign" 5 script: autoconf && autoheader && ./configure --$BUNDLEDLIBTOM-bundled-libtom CFLAGS="-O2 -Wall -Wno-pointer-sign" && make
6 6
7 before_install: 7 before_install:
8 - sudo apt-get update -qq 8 - sudo apt-get update -qq
9 - sudo apt-get install -qq libz-dev 9 - sudo apt-get install -qq libz-dev
10 10