obs-websocket/CI/build-ubuntu.sh

7 lines
89 B
Bash
Executable File

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