yolobs-studio/CI/before-script-linux.sh
2017-04-19 21:54:15 +02:00

5 lines
52 B
Bash
Executable file

#!/bin/sh
set -ex
mkdir build && cd build
cmake ..