2015-10-26 07:03:40 +00:00
|
|
|
osx_image: xcode7.1
|
2013-11-18 19:43:43 +00:00
|
|
|
language: objective-c
|
2013-11-18 20:57:13 +00:00
|
|
|
before_install:
|
2014-04-17 13:38:35 +00:00
|
|
|
- ./build-libssl.sh verbose
|
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
|
|
|
|
|
2013-11-18 20:57:13 +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
|