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