efl/.ci/ci-ccache-stats.sh

10 lines
111 B
Bash
Executable File

#!/bin/sh
set -e
if [ "$DISTRO" != "" ] ; then
docker exec $(cat $HOME/cid) ccache -s
else
ccache -s
fi