stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=37b9bd5161144ef6743f4e717642acc172c16ae8

commit 37b9bd5161144ef6743f4e717642acc172c16ae8
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Wed Apr 25 18:21:29 2018 +0200

    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

-- 


Reply via email to