We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33f0a60 commit a098390Copy full SHA for a098390
.ci/travis/linux/script.sh
@@ -34,7 +34,9 @@ export CTEST_BUILD_COMMAND="/usr/bin/make -j3 -i -k"
34
# nobody know why, but at least this workaround gets travis results
35
# back. Better approaches VERY welcome.
36
pushd build
37
+echo "travis_fold:start:qgis_build"
38
$CTEST_BUILD_COMMAND
39
+echo "travis_fold:end:qgis_build"
40
popd
41
42
python ${TRAVIS_BUILD_DIR}/.ci/travis/scripts/ctest2travis.py \
0 commit comments