coverity-scan.sh: cov-configure during prepare
This commit is contained in:
parent
346a00bbd1
commit
40897e744a
|
@ -29,8 +29,9 @@ echo
|
||||||
if [ "$1" != "prepare" ]; then
|
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
|
||||||
cov-configure --comptype gcc --compiler $JEHANNE/hacking/cross/toolchain/bin/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