mirror of
https://github.com/passepartoutvpn/openssl-apple.git
synced 2025-01-22 00:32:03 +00:00
Use xcodebuild instead of xctool (waiting for https://github.com/facebook/xctool/issues/704)
This commit is contained in:
parent
150cdd04e5
commit
f6ca3bdf95
@ -7,4 +7,6 @@ before_install:
|
||||
- xcrun -sdk iphoneos lipo -info openssl.framework/openssl
|
||||
|
||||
script:
|
||||
- xctool -project OpenSSL-for-iOS.xcodeproj -scheme OpenSSL-for-iOS -sdk iphonesimulator clean build
|
||||
- xcodebuild -project OpenSSL-for-iOS.xcodeproj -scheme OpenSSL-for-iOS -sdk iphonesimulator clean build
|
||||
# xctool 0.2.9 doesn't support Xcode 8 yet (see https://github.com/facebook/xctool/issues/704)
|
||||
#- xctool -project OpenSSL-for-iOS.xcodeproj -scheme OpenSSL-for-iOS -sdk iphonesimulator clean build
|
||||
|
Loading…
Reference in New Issue
Block a user