mirror of
https://github.com/Yubico/yubico-pam.git
synced 2025-01-19 07:52:23 +01:00
set -e later for travis and hope for the best
This commit is contained in:
parent
1968a1ea32
commit
b2ea37b284
@ -1,6 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
set -x
|
||||
|
||||
autoreconf -i
|
||||
@ -20,6 +19,8 @@ else
|
||||
cpanp install Net::LDAP::Server
|
||||
fi
|
||||
|
||||
set -e
|
||||
|
||||
./configure $CONFIGURE_ARGS $COVERAGE
|
||||
make check
|
||||
if [ "x$COVERAGE" != "x" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user