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
|
||||
- |
|
||||
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";
|
||||
xvfb-run -a make --silent check TESTARGS="-silent";
|
||||
cd ..;
|
||||
sonar-scanner;
|
||||
sonar-scanner -X;
|
||||
else
|
||||
make -j1;
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue
Block a user