Build libs before running check.
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user