after_script.sh 75 B

12345678
  1. #!/usr/bin/env bash
  2. set -e
  3. if [ "$TYPE" != 'style' ]; then
  4. ccache -s
  5. fi