diff --git a/continuous-build.sh b/continuous-build.sh index a29b919..035e2ea 100755 --- a/continuous-build.sh +++ b/continuous-build.sh @@ -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