coverity-scan.sh: remove cov-configure from prepare

This commit is contained in:
Giacomo Tesio 2016-11-27 00:04:48 +01:00
parent 40897e744a
commit b77038020c
1 changed files with 0 additions and 2 deletions

View File

@ -30,8 +30,6 @@ if [ "$1" != "prepare" ]; then
export TOOLPREFIX=x86_64-jehanne-
export CC=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