coverity-scan.sh: remove cov-configure from prepare
This commit is contained in:
parent
40897e744a
commit
b77038020c
|
@ -30,8 +30,6 @@ if [ "$1" != "prepare" ]; then
|
||||||
export TOOLPREFIX=x86_64-jehanne-
|
export TOOLPREFIX=x86_64-jehanne-
|
||||||
export CC=x86_64-jehanne-gcc
|
export CC=x86_64-jehanne-gcc
|
||||||
build all
|
build all
|
||||||
else
|
|
||||||
cov-configure --gcc --comptype gcc --compiler $JEHANNE/hacking/cross/toolchain/bin/x86_64-jehanne-gcc
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$TRAVIS_BUILD_DIR" != "" ]; then
|
if [ "$TRAVIS_BUILD_DIR" != "" ]; then
|
||||||
|
|
Loading…
Reference in New Issue