ci: enable check-build in default build target

Just building so far as test execution will need more environment
preparations.
This commit is contained in:
Stefan Schmidt 2018-04-25 18:21:29 +02:00 committed by Stefan Schmidt
parent 173466991b
commit 37b9bd5161
1 changed files with 1 additions and 0 deletions

View File

@ -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