ngircd-tor/.travis.yml

9 lines
308 B
YAML
Raw Normal View History

2013-03-25 15:24:47 +01:00
language: c
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq 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-ident --with-pam --with-tcp-wrappers --with-zlib && make check