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

6 lines
52 B
Bash
Raw Normal View History

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