mirror of
https://github.com/passepartoutvpn/openssl-apple.git
synced 2025-01-09 10:29:07 +00:00
fcfe48afdd
- Also remove xctool lines since they won't support building for Xcode 8
9 lines
316 B
YAML
9 lines
316 B
YAML
osx_image: xcode8.2
|
|
language: objective-c
|
|
before_install:
|
|
- ./travis-build.sh
|
|
|
|
script:
|
|
- xcodebuild -project OpenSSL-for-iOS.xcodeproj -scheme OpenSSL-for-iOS -sdk iphonesimulator clean build
|
|
- cd targets && xcodebuild -project OpenSSL-for-iOS.xcodeproj -scheme OpenSSL-for-iOS -sdk iphonesimulator clean build
|