Skip to content

Commit

Permalink
Update travis CI for XCFrameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonacox committed Feb 14, 2021
1 parent e877d5c commit 4dfc883
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
- echo "Fetching root certs..."
- curl -sL https://curl.haxx.se/ca/cacert.pem > "$EXAMPLE/cacert.pem"
- echo "Copying libraries to Test App ..."
- rm -fr "$EXAMPLE/libs/"
- mkdir -p "$EXAMPLE/libs/"
- echo "Making XCFrameworks..."
- xcodebuild -create-xcframework -library curl/lib/libcurl_iOS.a -library curl/lib/libcurl_iOS-simulator.a -output "$EXAMPLE/libs/libcurl.xcframework"
Expand Down

0 comments on commit 4dfc883

Please sign in to comment.