before-script-linux.sh 97 B

123456
  1. #!/bin/sh
  2. set -ex
  3. ccache -s || echo "CCache is not available."
  4. mkdir build && cd build
  5. cmake ..