dropbear/.travis.yml

16 lines
297 B
YAML
Raw Normal View History

2014-03-07 12:44:32 +00:00
language: c
compiler:
- gcc
script: autoconf && autoheader && ./configure --$BUNDLEDLIBTOM-bundled-libtom CFLAGS="-O2 -Wall -Wno-pointer-sign" && make
2014-03-07 12:44:32 +00:00
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libz-dev
env:
- BUNDLEDLIBTOM=enable
- BUNDLEDLIBTOM=disable