File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ ccache -z
30
30
TIMEOUT=$( expr 40 \* 60 - ` date +%s` + ` cat /tmp/travis_timestamp` )
31
31
32
32
export CTEST_BUILD_COMMAND=/usr/local/bin/ninja
33
+ export CTEST_BUILD_DIR=${TRAVIS_BUILD_DIR}
33
34
34
35
gtimeout ${TIMEOUT} s ctest -V -E " $( cat ${DIR} /blacklist.txt | gsed -r ' /^(#.*?)?$/d' | gpaste -sd ' |' -) " -S ${DIR} /../travis.ctest --output-on-failure
35
36
Original file line number Diff line number Diff line change 1
- SET (CTEST_SOURCE_DIRECTORY $ENV{TRAVIS_BUILD_DIR })
2
- SET (CTEST_BINARY_DIRECTORY $ENV{TRAVIS_BUILD_DIR }/build-docker)
1
+ SET (CTEST_SOURCE_DIRECTORY $ENV{CTEST_BUILD_DIR })
2
+ SET (CTEST_BINARY_DIRECTORY $ENV{CTEST_BUILD_DIR }/build-docker)
3
3
#SET (CTEST_SOURCE_DIRECTORY /usr/src/QGIS)
4
4
#SET (CTEST_BINARY_DIRECTORY /usr/src/qgis-build)
5
5
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ services:
13
13
- postgres
14
14
environment :
15
15
- CCACHE_DIR=/root/.ccache
16
- - TRAVIS_BUILD_DIR =/root/QGIS
16
+ - CTEST_BUILD_DIR =/root/QGIS
17
17
- TRAVIS_BRANCH=${TRAVIS_BRANCH}
18
18
- TRAVIS_PULL_REQUEST=${TRAVIS_PULL_REQUEST}
19
19
- TRAVIS_PULL_REQUEST_BRANCH=${TRAVIS_PULL_REQUEST_BRANCH}
You can’t perform that action at this time.
0 commit comments