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