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

6 lines
52 B
Bash
Raw Normal View History

2017-02-25 10:49:16 +02:00
#!/bin/sh
set -ex
mkdir build && cd build
cmake ..