openssl-apple/.travis.yml

11 lines
344 B
YAML
Raw Normal View History

2016-08-09 16:47:06 +00:00
osx_image: xcode7.3
2013-11-18 19:43:43 +00:00
language: objective-c
2016-08-09 16:47:06 +00:00
before_install:
- ./build-libssl.sh verbose-on-error
2013-11-19 20:22:13 +00:00
- xcrun -sdk iphoneos lipo -info ./lib/*.a
- ./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