mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-10-31 20:37:52 +00:00
Merge pull request #2923 from B3n30/system_curl_osx
travis_OSX: build with system curl
This commit is contained in:
commit
3dcda15195
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
|||
export Qt5_DIR=$(brew --prefix)/opt/qt5
|
||||
|
||||
mkdir build && cd build
|
||||
cmake .. -GXcode
|
||||
cmake .. -DUSE_SYSTEM_CURL=ON -GXcode
|
||||
xcodebuild -configuration Release
|
||||
|
||||
ctest -VV -C Release
|
||||
|
|
Loading…
Reference in a new issue