ngircd-tor/.travis.yml

17 lines
346 B
YAML
Raw Normal View History

2013-03-25 15:24:47 +01:00
language: c
sudo: false
addons:
apt:
packages:
- libident-dev
- libpam0g-dev
- libssl-dev
- libwrap0-dev
- zlib1g-dev
- expect
- telnet
2013-03-25 15:24:47 +01:00
compiler:
- gcc
- clang
script: ./autogen.sh && ./configure --enable-ipv6 --with-iconv --with-ident --with-openssl --with-pam --with-tcp-wrappers --with-zlib && make check