From 8649dcc9b609bce756b6431712d805abe926ec69 Mon Sep 17 00:00:00 2001 From: Giacomo Tesio Date: Fri, 6 Jan 2017 18:37:32 +0100 Subject: [PATCH] continuous-build.sh: restore toolchain chain --- continuous-build.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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