2016-09-18 08:59:49 +00:00
|
|
|
osx_image: xcode8
|
2013-11-18 19:43:43 +00:00
|
|
|
language: objective-c
|
2016-08-09 16:47:06 +00:00
|
|
|
before_install:
|
2016-10-22 11:25:02 +00:00
|
|
|
- ./travis-build.sh
|
2015-11-25 12:41:47 +00:00
|
|
|
|
2016-08-09 16:47:06 +00:00
|
|
|
script:
|
2016-09-18 09:34:48 +00:00
|
|
|
- xcodebuild -project OpenSSL-for-iOS.xcodeproj -scheme OpenSSL-for-iOS -sdk iphonesimulator clean build
|
2016-10-22 11:25:02 +00:00
|
|
|
- cd targets && xcodebuild -project OpenSSL-for-iOS.xcodeproj -scheme OpenSSL-for-iOS -sdk iphonesimulator clean build
|
2016-09-18 09:34:48 +00:00
|
|
|
# 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
|