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:
parent
2cfac9e6a2
commit
9cdf8f76cd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user