Skip to content

Commit 6dde427

Browse files
committedOct 7, 2017
[travis] Fold ccache statistics
1 parent ade21ea commit 6dde427

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,10 @@ python3 /root/QGIS/.ci/travis/scripts/ctest2travis.py xvfb-run ctest -V -E "$(ca
7979
########################
8080
# Show ccache statistics
8181
########################
82+
echo "travis_fold:start:ccache.stats"
83+
echo "ccache statistics"
8284
ccache -s
85+
echo "travis_fold:end:ccache.stats"
8386

8487
popd > /dev/null # build
8588
popd > /dev/null # /root/QGIS

0 commit comments

Comments
 (0)
Please sign in to comment.