We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 268c488 commit 96bd465Copy full SHA for 96bd465
.ci/travis/linux/script.sh
@@ -20,7 +20,7 @@ set -e
20
docker run -t --name qgis_container \
21
-v ${TRAVIS_BUILD_DIR}:/root/QGIS \
22
-v ${CCACHE_DIR}:/root/.ccache \
23
- /root/qgis_test_runner --env-file ${TRAVIS_BUILD_DIR}/.ci/travis/linux/docker-variables.env \
+ --env-file ${TRAVIS_BUILD_DIR}/.ci/travis/linux/docker-variables.env \
24
qgis/qgis3-build-deps:${DOCKER_TAG} \
25
/root/QGIS/.ci/travis/linux/scripts/docker-qgis-build.sh
26
0 commit comments