Run sonar scaner in debug mode.
--HG-- branch : develop
This commit is contained in:
parent
ed1e2bf6a0
commit
7ca44c16a5
|
@ -62,11 +62,11 @@ script:
|
||||||
- $CXX --version
|
- $CXX --version
|
||||||
- |
|
- |
|
||||||
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||||
build-wrapper-linux-x86-64 -X --out-dir bw-outputs make -j$(nproc);
|
build-wrapper-linux-x86-64 --out-dir bw-outputs make -j$(nproc);
|
||||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"$TRAVIS_BUILD_DIR/build/src/libs/vpropertyexplorer/bin:$TRAVIS_BUILD_DIR/build/src/libs/qmuparser/bin";
|
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"$TRAVIS_BUILD_DIR/build/src/libs/vpropertyexplorer/bin:$TRAVIS_BUILD_DIR/build/src/libs/qmuparser/bin";
|
||||||
xvfb-run -a make --silent check TESTARGS="-silent";
|
xvfb-run -a make --silent check TESTARGS="-silent";
|
||||||
cd ..;
|
cd ..;
|
||||||
sonar-scanner;
|
sonar-scanner -X;
|
||||||
else
|
else
|
||||||
make -j1;
|
make -j1;
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user