Skip to content

Commit fa104bd

Browse files
3nidsm-kuhn
authored andcommitted
fix code layout build
1 parent 44c1f7f commit fa104bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.ci/travis/code_layout/script.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ set -e
1616

1717
pushd build
1818

19+
export CTEST_BUILD_DIR=${TRAVIS_BUILD_DIR}
1920
export CTEST_BUILD_COMMAND="/usr/bin/make -j3 -i -k"
21+
2022
python3 ${TRAVIS_BUILD_DIR}/.ci/travis/scripts/ctest2travis.py xvfb-run ctest -V --output-on-failure -S ${TRAVIS_BUILD_DIR}/.ci/travis/travis.ctest
2123

2224
ctest -V -R PyQgsDocCoverage

0 commit comments

Comments
 (0)