summaryrefslogtreecommitdiff
path: root/.ci/ci-ccache-stats.sh
blob: 42f44397d04c4bd74a8b32ef1cb60721991b6cad (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

if [ "$DISTRO" != "" ] ; then
  docker exec $(cat $HOME/cid)  ccache -s
elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
  ccache -s
fi