[BACK]Return to .travis.yml CVS log [TXT][DIR] Up to [local] / ircnowd

File: [local] / ircnowd / .travis.yml (download)

Revision 1.1, Fri May 7 10:46:34 2021 UTC (2 years, 11 months ago) by bountyht
Branch point for: MAIN

Initial revision

language: c
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