diff options
author | MerryMage <MerryMage@users.noreply.github.com> | 2018-01-13 21:37:06 +0000 |
---|---|---|
committer | MerryMage <MerryMage@users.noreply.github.com> | 2018-01-13 22:38:47 +0000 |
commit | f95789a0b3f881a17d854534244ad380389d0cb1 (patch) | |
tree | 25e233f7fb4624e7b0d62a5b64534f766e4e3f02 /.travis/macos/build.sh | |
parent | 20a2e80a9f0d2b3b29a46ae718aff34023fb2378 (diff) |
Update build scripts
Diffstat (limited to '.travis/macos/build.sh')
-rwxr-xr-x | .travis/macos/build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis/macos/build.sh b/.travis/macos/build.sh index c957cdf21..e1c54af55 100755 --- a/.travis/macos/build.sh +++ b/.travis/macos/build.sh @@ -4,8 +4,10 @@ set -o pipefail export MACOSX_DEPLOYMENT_TARGET=10.9 export Qt5_DIR=$(brew --prefix)/opt/qt5 +export UNICORNDIR=$(pwd)/externals/unicorn mkdir build && cd build +cmake --version cmake .. -DUSE_SYSTEM_CURL=ON -DCMAKE_OSX_ARCHITECTURES="x86_64;x86_64h" -DCMAKE_BUILD_TYPE=Release make -j4 |