obs-websocket/CI/build-ubuntu.sh
2020-05-14 01:47:55 -07:00

7 lines
111 B
Bash
Executable File

#!/bin/sh
set -ex
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr -DUSE_UBUNTU_FIX=true ..
make -j4