dethrace/.github/scripts/build-macos.sh

13 lines
242 B
Bash
Executable File

#!/bin/bash
set -e
# install deps
brew install SDL2
# build
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_TESTS=ON -DDETHRACE_WERROR=ON -B build
cmake --build build -- -j 4
# package artifact
tar -czvf darwin-amd64.tar.gz build/dethrace