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-09-17 22:34:08 +00:00
|
|
|
- ./build-libssl.sh verbose-on-error
|
2013-11-19 20:22:13 +00:00
|
|
|
- xcrun -sdk iphoneos lipo -info ./lib/*.a
|
2015-11-25 12:41:47 +00:00
|
|
|
- ./create-openssl-framework.sh
|
|
|
|
- xcrun -sdk iphoneos lipo -info openssl.framework/openssl
|
|
|
|
|
2016-08-09 16:47:06 +00:00
|
|
|
script:
|
2015-10-26 07:03:40 +00:00
|
|
|
- xctool -project OpenSSL-for-iOS.xcodeproj -scheme OpenSSL-for-iOS -sdk iphonesimulator clean build
|