Trying to fix tests.
--HG-- branch : develop
This commit is contained in:
parent
b6dddf7df1
commit
cea700ddc9
|
@ -62,7 +62,7 @@ script:
|
|||
- $CXX --version
|
||||
- |
|
||||
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
build-wrapper-linux-x86-64 --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 ..;
|
||||
|
|
Loading…
Reference in New Issue
Block a user