continuous-build.sh: get advantage of travis caches

This commit is contained in:
Giacomo Tesio 2016-11-26 11:58:22 +01:00
parent e83a580e4b
commit f235e22c17
1 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,6 @@ if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then
export SH=`which rc`
export ARCH=amd64
git clean -xdf .
(cd $JEHANNE/hacking; git clean -xdf .)
if [ ! -f "$JEHANNE/hacking/bin/ufs" ]; then
echo "Cannot find build tools in $JEHANNE/hacking/bin"
$JEHANNE/hacking/buildtools.sh
@ -20,6 +19,9 @@ if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then
(cd $JEHANNE/hacking/cross/; ./init.sh)
fi
export TOOLPREFIX=x86_64-jehanne-
export CC=gcc
echo
echo "Vendorized code verification..."
echo