1
0
mirror of https://github.com/Yubico/yubico-pam.git synced 2025-02-20 12:54:16 +01:00

update build-and-test

This commit is contained in:
Klas Lindfors 2015-01-20 10:53:47 +01:00
parent 2cfac9e6a2
commit 9cdf8f76cd

View File

@ -1,12 +1,14 @@
#!/bin/sh
set -e
set -x
autoreconf -i
./configure $COVERAGE
./configure $CONFIGURE_ARGS $COVERAGE
make check
if [ "x$COVERAGE" != "x" ]; then
gem install coveralls-lcov
set +x
coveralls-lcov --repo-token $COVERALLS_TOKEN coverage/app2.info
fi