Use xcodebuild instead of xctool (waiting for https://github.com/facebook/xctool/issues/704)

This commit is contained in:
Felix Schulze 2016-09-18 11:34:48 +02:00
parent 150cdd04e5
commit f6ca3bdf95
1 changed files with 3 additions and 1 deletions

View File

@ -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