blob: 3131cbb620413c1c83ca9bda07257496f0a7932b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
language: c
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
|