mirror of
https://github.com/osmarks/ngircd.git
synced 2025-07-22 19:02:50 +00:00
Enhance Travis-CI configuration file
It now configures the sandbox to build ngIRCd with IPv6, IDENT, PAM, TCP-Wrappers, and zlib support. And it installs expect(1) and telnet(1) for the test suite.
This commit is contained in:
parent
9d3800fd15
commit
e377f4ea47
@ -1,5 +1,8 @@
|
|||||||
language: c
|
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
|
||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
- clang
|
- clang
|
||||||
script: ./autogen.sh && ./configure && make check
|
script: ./autogen.sh && ./configure --enable-ipv6 --with-ident --with-pam --with-tcp-wrappers --with-zlib && make check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user