mirror of
https://github.com/Yubico/yubico-pam.git
synced 2025-02-22 00:54:30 +01:00
add travis configuration
This commit is contained in:
parent
4ed0a22d91
commit
14ab682a8e
13
.travis.yml
Normal file
13
.travis.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
language: c
|
||||||
|
compiler:
|
||||||
|
- gcc
|
||||||
|
- clang
|
||||||
|
env:
|
||||||
|
- CONFIGURE_ARGS="--without-ldap"
|
||||||
|
- CONFIGURE_ARGS="--without-cr"
|
||||||
|
- CONFIGURE_ARGS="--without-ldap --without-cr"
|
||||||
|
before_install:
|
||||||
|
- sudo add-apt-repository 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
|
Loading…
x
Reference in New Issue
Block a user