coverity-scan.sh: cov-configure during prepare

This commit is contained in:
Giacomo Tesio 2016-11-26 23:44:20 +01:00
parent 346a00bbd1
commit 40897e744a
1 changed files with 2 additions and 1 deletions

View File

@ -29,8 +29,9 @@ echo
if [ "$1" != "prepare" ]; then
export TOOLPREFIX=x86_64-jehanne-
export CC=x86_64-jehanne-gcc
cov-configure --comptype gcc --compiler $JEHANNE/hacking/cross/toolchain/bin/x86_64-jehanne-gcc
build all
else
cov-configure --gcc --comptype gcc --compiler $JEHANNE/hacking/cross/toolchain/bin/x86_64-jehanne-gcc
fi
if [ "$TRAVIS_BUILD_DIR" != "" ]; then