Build libs before running check.

This commit is contained in:
Trevor Bentley
2017-11-29 09:55:20 +00:00
parent d5d953be95
commit d46db8e181
+1 -1
View File
@@ -69,7 +69,7 @@ elif [ "x$BUILD_OPENSSL_VERSION" = "x1.1" ]; then
make -f linux.mk VERSION=$version make -f linux.mk VERSION=$version
else else
./configure $COVERAGE ./configure $COVERAGE
make check make all check
if [ "x$COVERAGE" != "x" ]; then if [ "x$COVERAGE" != "x" ]; then
gem install coveralls-lcov gem install coveralls-lcov
coveralls-lcov coverage/app2.info coveralls-lcov coverage/app2.info