aboutsummaryrefslogtreecommitdiff
path: root/ci/before_script.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/before_script.sh')
-rwxr-xr-xci/before_script.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/before_script.sh b/ci/before_script.sh
index 445996a8df..49b4e068b5 100755
--- a/ci/before_script.sh
+++ b/ci/before_script.sh
@@ -20,6 +20,9 @@ if [[ -n "${LLVM_SYMBOLIZER}" ]] && [[ ! $(type -P "${LLVM_SYMBOLIZER}") ]]; the
exit 1
fi
+# Show ccache stats so we can compare in before_cache
+ccache -s 2>/dev/null || true
+
if [[ "${TRAVIS_OS_NAME}" == osx ]]; then
# Adds user to a dummy group.
# That allows to test changing the group of the file by `os_fchown`.