blob: 484a71edc769d1a7682ee16fb1ad5788eb8ecc38 [file] [log] [blame]
#!/bin/bash
source .github/travis/common.sh
set -e
$SPACER
start_section "vtr.ccache.2" "${GREEN}ccache info..${NC}"
ccache --show-stats
end_section "vtr.ccache.2"
$SPACER