We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e877d5c commit 4dfc883Copy full SHA for 4dfc883
.travis.yml
@@ -85,6 +85,7 @@ jobs:
85
- echo "Fetching root certs..."
86
- curl -sL https://curl.haxx.se/ca/cacert.pem > "$EXAMPLE/cacert.pem"
87
- echo "Copying libraries to Test App ..."
88
+ - rm -fr "$EXAMPLE/libs/"
89
- mkdir -p "$EXAMPLE/libs/"
90
- echo "Making XCFrameworks..."
91
- xcodebuild -create-xcframework -library curl/lib/libcurl_iOS.a -library curl/lib/libcurl_iOS-simulator.a -output "$EXAMPLE/libs/libcurl.xcframework"
0 commit comments