continuous-build.sh: allow to skip QA

This commit is contained in:
Giacomo Tesio 2017-01-06 03:47:40 +01:00
parent 285f3026b0
commit f43f95265d
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,7 @@ if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then
build all
if [ "$CHECK_QA" != "" ]; then
if [ "$TRAVIS_BUILD_DIR" != "" ]; then
echo "Run QA checks"
echo /qa/check | NCPU=2 KERNEL=workhorse.32bit KERNDIR=$JEHANNE/hacking/bin/ runqemu
@ -48,4 +49,5 @@ if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then
fi
mv $JEHANNE/hacking/cross/toolchain/* $JEHANNE/tmp/toolchain/
fi
fi
fi