diff options
| author | 2017-09-09 21:21:53 +0200 | |
|---|---|---|
| committer | 2017-09-09 21:21:53 +0200 | |
| commit | 0c55bed0477fc42dd95b512cbce741723a8878a6 (patch) | |
| tree | bd369d7848f8fed3bc88386d0aee59500a778afa | |
| parent | Merge pull request #2865 from wwylele/gs++ (diff) | |
| download | yuzu-0c55bed0477fc42dd95b512cbce741723a8878a6.tar.gz yuzu-0c55bed0477fc42dd95b512cbce741723a8878a6.tar.xz yuzu-0c55bed0477fc42dd95b512cbce741723a8878a6.zip | |
trvis_OSX: build with system curl
| -rwxr-xr-x | .travis-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis-build.sh b/.travis-build.sh index 64f5aed94..bb4e6fc47 100755 --- a/.travis-build.sh +++ b/.travis-build.sh | |||
| @@ -52,7 +52,7 @@ elif [ "$TRAVIS_OS_NAME" = "osx" ]; then | |||
| 52 | export Qt5_DIR=$(brew --prefix)/opt/qt5 | 52 | export Qt5_DIR=$(brew --prefix)/opt/qt5 |
| 53 | 53 | ||
| 54 | mkdir build && cd build | 54 | mkdir build && cd build |
| 55 | cmake .. -GXcode | 55 | cmake .. -DUSE_SYSTEM_CURL=ON -GXcode |
| 56 | xcodebuild -configuration Release | 56 | xcodebuild -configuration Release |
| 57 | 57 | ||
| 58 | ctest -VV -C Release | 58 | ctest -VV -C Release |