Skip to content
#

zandronum

Here are 40 public repositories matching this topic...

TarCV
TarCV commented May 3, 2020

The current build script for Mac doesn't work in CI:

set -ex

#touch Brewfile
#echo 'brew "cmake"' >> Brewfile
#echo 'brew "llvm"' >> Brewfile
#brew bundle
brew install cmake || true
brew install llvm || true

export CC=$(brew --prefix llvm)/bin/clang
export CXX=$(brew --prefix llvm)/bin/clang++
export LD_LIBRARY_PATH=$(brew --prefix llvm)/lib

cmake -DCMAKE_POLICY_DEFAULT_CMP00
good first issue

Improve this page

Add a description, image, and links to the zandronum topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the zandronum topic, visit your repo's landing page and select "manage topics."

Learn more