Blob


1 language: c
2 sudo: false
3 addons:
4 apt:
5 packages:
6 - libident-dev
7 - libpam0g-dev
8 - libssl-dev
9 - libwrap0-dev
10 - zlib1g-dev
11 - expect
12 - telnet
13 compiler:
14 - gcc
15 - clang
16 script: ./autogen.sh && ./configure --enable-ipv6 --with-iconv --with-ident --with-openssl --with-pam --with-tcp-wrappers --with-zlib && make check