You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
346 B
17 lines
346 B
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
|