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 baafc4e

Browse files
committedSep 19, 2017
use same build folder
1 parent 8e2770d commit baafc4e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.ci/travis/linux/docker-build-test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ export PGDATABASE=qgis_test
2626

2727
/root/QGIS/tests/testdata/provider/testdata_pg.sh
2828

29-
mkdir -p build-docker &&
29+
mkdir -p build &&
3030

31-
pushd build-docker
31+
pushd build
3232

3333
cmake \
3434
-GNinja \

‎.ci/travis/travis.ctest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SET (CTEST_SOURCE_DIRECTORY $ENV{CTEST_BUILD_DIR})
2-
SET (CTEST_BINARY_DIRECTORY $ENV{CTEST_BUILD_DIR}/build-docker)
2+
SET (CTEST_BINARY_DIRECTORY $ENV{CTEST_BUILD_DIR}/build)
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.