1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2024-11-29 09:24:22 +01:00
yubico-pam/.travis.yml
2014-06-10 13:34:59 +02:00

15 lines
451 B
YAML

language: c
compiler:
- gcc
- clang
env:
- CONFIGURE_ARGS=""
- CONFIGURE_ARGS="--without-ldap"
- CONFIGURE_ARGS="--without-cr"
- CONFIGURE_ARGS="--without-ldap --without-cr"
before_install:
- sudo add-apt-repository -y ppa:yubico/stable
- sudo apt-get update -qq
- sudo apt-get install -qq -y libykclient-dev libpam0g-dev libldap2-dev libykpers-1-dev libyubikey-dev
script: autoreconf -i && ./configure $CONFIGURE_ARGS && make check