Skip to content
Snippets Groups Projects
Commit 3dcda151 authored by James Rowe's avatar James Rowe Committed by GitHub
Browse files

Merge pull request #2923 from B3n30/system_curl_osx

travis_OSX: build with system curl
parents 11baa40d 0c55bed0
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,7 @@ elif [ "$TRAVIS_OS_NAME" = "osx" ]; then ...@@ -52,7 +52,7 @@ elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
export Qt5_DIR=$(brew --prefix)/opt/qt5 export Qt5_DIR=$(brew --prefix)/opt/qt5
mkdir build && cd build mkdir build && cd build
cmake .. -GXcode cmake .. -DUSE_SYSTEM_CURL=ON -GXcode
xcodebuild -configuration Release xcodebuild -configuration Release
ctest -VV -C Release ctest -VV -C Release
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment