obs-websocket/CI/build-xenial.sh
2018-03-20 14:11:33 +01:00

9 lines
113 B
Bash
Executable File

#!/bin/sh
set -ex
cd /root/obs-websocket
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make -j4