continuous-build.sh: allow to skip QA
This commit is contained in:
parent
285f3026b0
commit
f43f95265d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user