diff --git a/continuous-build.sh b/continuous-build.sh index 035e2ea..1b7af40 100755 --- a/continuous-build.sh +++ b/continuous-build.sh @@ -38,10 +38,11 @@ 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 + if [ "$QA_CHECKS" != "" ]; then + echo "Run QA checks" + echo /qa/check | NCPU=2 KERNEL=workhorse.32bit KERNDIR=$JEHANNE/hacking/bin/ runqemu + fi echo "Move cross-compiling toolchain to $JEHANNE/tmp/toolchain for Travis caches" if [ ! -d "$JEHANNE/tmp/toolchain" ]; then @@ -49,5 +50,4 @@ if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then fi mv $JEHANNE/hacking/cross/toolchain/* $JEHANNE/tmp/toolchain/ fi - fi fi