Blob
1 language: c2 sudo: false3 addons:4 apt:5 packages:6 - libident-dev7 - libpam0g-dev8 - libssl-dev9 - libwrap0-dev10 - zlib1g-dev11 - expect12 - telnet13 compiler:14 - gcc15 - clang16 script: ./autogen.sh && ./configure --enable-ipv6 --with-iconv --with-ident --with-openssl --with-pam --with-tcp-wrappers --with-zlib && make check
