2013-03-25 15:24:47 +01:00
|
|
|
language: c
|
2013-06-04 11:35:54 +02:00
|
|
|
before_install:
|
|
|
|
- sudo apt-get update -qq
|
|
|
|
- sudo apt-get install -qq libident-dev libpam0g-dev libssl-dev libwrap0-dev zlib1g-dev expect telnet
|
2013-03-25 15:24:47 +01:00
|
|
|
compiler:
|
|
|
|
- gcc
|
|
|
|
- clang
|
2013-06-04 12:46:44 +02:00
|
|
|
script: ./autogen.sh && ./configure --enable-ipv6 --with-iconv --with-ident --with-openssl --with-pam --with-tcp-wrappers --with-zlib && make check
|