diff options
Diffstat (limited to '')
| -rwxr-xr-x | .travis/macos/build.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis/macos/build.sh b/.travis/macos/build.sh index 0abd1a93a..db1c7cae7 100755 --- a/.travis/macos/build.sh +++ b/.travis/macos/build.sh | |||
| @@ -4,13 +4,12 @@ set -o pipefail | |||
| 4 | 4 | ||
| 5 | export MACOSX_DEPLOYMENT_TARGET=10.14 | 5 | export MACOSX_DEPLOYMENT_TARGET=10.14 |
| 6 | export Qt5_DIR=$(brew --prefix)/opt/qt5 | 6 | export Qt5_DIR=$(brew --prefix)/opt/qt5 |
| 7 | export UNICORNDIR=$(pwd)/externals/unicorn | ||
| 8 | export PATH="/usr/local/opt/ccache/libexec:$PATH" | 7 | export PATH="/usr/local/opt/ccache/libexec:$PATH" |
| 9 | 8 | ||
| 10 | # TODO: Build using ninja instead of make | 9 | # TODO: Build using ninja instead of make |
| 11 | mkdir build && cd build | 10 | mkdir build && cd build |
| 12 | cmake --version | 11 | cmake --version |
| 13 | cmake .. -DYUZU_USE_BUNDLED_UNICORN=ON -DYUZU_USE_QT_WEB_ENGINE=ON -DCMAKE_BUILD_TYPE=Release -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON -DYUZU_ENABLE_COMPATIBILITY_REPORTING=${ENABLE_COMPATIBILITY_REPORTING:-"OFF"} -DUSE_DISCORD_PRESENCE=ON | 12 | cmake .. -DYUZU_USE_QT_WEB_ENGINE=ON -DCMAKE_BUILD_TYPE=Release -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON -DYUZU_ENABLE_COMPATIBILITY_REPORTING=${ENABLE_COMPATIBILITY_REPORTING:-"OFF"} -DUSE_DISCORD_PRESENCE=ON |
| 14 | make -j4 | 13 | make -j4 |
| 15 | 14 | ||
| 16 | ccache -s | 15 | ccache -s |