Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 79977dd

Browse files
m-kuhn3nids
authored andcommittedAug 14, 2017
Fix build folder
1 parent 6c45f94 commit 79977dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.ci/travis/travis.ctest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
SET (CTEST_SOURCE_DIRECTORY $ENV{TRAVIS_BUILD_DIR})
2-
SET (CTEST_BINARY_DIRECTORY "$ENV{TRAVIS_BUILD_DIR}/build")
1+
SET (CTEST_SOURCE_DIRECTORY /root/QGIS/build-docker)
2+
SET (CTEST_BINARY_DIRECTORY /root/QGIS)
33
#SET (CTEST_SOURCE_DIRECTORY /usr/src/QGIS)
44
#SET (CTEST_BINARY_DIRECTORY /usr/src/qgis-build)
55

0 commit comments

Comments
 (0)
Please sign in to comment.