From 37b9bd5161144ef6743f4e717642acc172c16ae8 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Wed, 25 Apr 2018 18:21:29 +0200 Subject: [PATCH] ci: enable check-build in default build target Just building so far as test execution will need more environment preparations. --- .ci/ci-linux-build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/ci-linux-build.sh b/.ci/ci-linux-build.sh index 8cfaf4d6ba..d2a0d01f87 100755 --- a/.ci/ci-linux-build.sh +++ b/.ci/ci-linux-build.sh @@ -31,6 +31,7 @@ if [ "$CI_BUILD_TYPE" = "" ]; then # Normal build test of all targets ./autogen.sh $DEFAULT_COPTS make -j $PARALLEL_JOBS + make -j $PARALLEL_JOBS check-build make -j $PARALLEL_JOBS examples make -j $PARALLEL_JOBS benchmark fi