yolobs-studio/CI/before-script-linux.sh

6 lines
52 B
Bash
Raw Normal View History

2017-04-15 19:02:06 +00:00
#!/bin/sh
set -ex
mkdir build && cd build
cmake ..