Skip to content

Commit a098390

Browse files
committedSep 6, 2017
[travis] Fold build output
1 parent 33f0a60 commit a098390

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.ci/travis/linux/script.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ export CTEST_BUILD_COMMAND="/usr/bin/make -j3 -i -k"
3434
# nobody know why, but at least this workaround gets travis results
3535
# back. Better approaches VERY welcome.
3636
pushd build
37+
echo "travis_fold:start:qgis_build"
3738
$CTEST_BUILD_COMMAND
39+
echo "travis_fold:end:qgis_build"
3840
popd
3941

4042
python ${TRAVIS_BUILD_DIR}/.ci/travis/scripts/ctest2travis.py \

0 commit comments

Comments
 (0)
Please sign in to comment.