continuous-build.sh: restore toolchain chain
This commit is contained in:
parent
f43f95265d
commit
8649dcc9b6
@ -38,10 +38,11 @@ if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then
|
|||||||
|
|
||||||
build all
|
build all
|
||||||
|
|
||||||
if [ "$CHECK_QA" != "" ]; then
|
|
||||||
if [ "$TRAVIS_BUILD_DIR" != "" ]; then
|
if [ "$TRAVIS_BUILD_DIR" != "" ]; then
|
||||||
|
if [ "$QA_CHECKS" != "" ]; then
|
||||||
echo "Run QA checks"
|
echo "Run QA checks"
|
||||||
echo /qa/check | NCPU=2 KERNEL=workhorse.32bit KERNDIR=$JEHANNE/hacking/bin/ runqemu
|
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"
|
echo "Move cross-compiling toolchain to $JEHANNE/tmp/toolchain for Travis caches"
|
||||||
if [ ! -d "$JEHANNE/tmp/toolchain" ]; then
|
if [ ! -d "$JEHANNE/tmp/toolchain" ]; then
|
||||||
@ -49,5 +50,4 @@ if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then
|
|||||||
fi
|
fi
|
||||||
mv $JEHANNE/hacking/cross/toolchain/* $JEHANNE/tmp/toolchain/
|
mv $JEHANNE/hacking/cross/toolchain/* $JEHANNE/tmp/toolchain/
|
||||||
fi
|
fi
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user