before-script-linux.sh 52 B

12345
  1. #!/bin/sh
  2. set -ex
  3. mkdir build && cd build
  4. cmake ..