obs-websocket/CI/build-ubuntu.sh
2021-03-08 03:56:43 -08: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