dynarmic/.travis/build-x86_64-macos/build.sh

12 lines
226 B
Bash
Raw Normal View History

2017-07-17 16:39:10 +01:00
#!/bin/sh
set -e
set -x
set -o pipefail
2019-08-14 20:59:13 +01:00
export MACOSX_DEPLOYMENT_TARGET=10.12
2017-07-17 16:39:10 +01:00
mkdir build && cd build
2018-01-14 12:58:30 +00:00
cmake .. -GXcode -DBoost_INCLUDE_DIRS=${PWD}/../externals/ext-boost -DDYNARMIC_TESTS=0
2017-07-17 16:39:10 +01:00
xcodebuild -configuration Release