Update .travis.yml
Add check for openssl-framework script on Travis. Related #72
This commit is contained in:
parent
550f280687
commit
cd18638f51
|
@ -3,5 +3,8 @@ language: objective-c
|
||||||
before_install:
|
before_install:
|
||||||
- ./build-libssl.sh verbose
|
- ./build-libssl.sh verbose
|
||||||
- xcrun -sdk iphoneos lipo -info ./lib/*.a
|
- xcrun -sdk iphoneos lipo -info ./lib/*.a
|
||||||
|
- ./create-openssl-framework.sh
|
||||||
|
- xcrun -sdk iphoneos lipo -info openssl.framework/openssl
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- xctool -project OpenSSL-for-iOS.xcodeproj -scheme OpenSSL-for-iOS -sdk iphonesimulator clean build
|
- xctool -project OpenSSL-for-iOS.xcodeproj -scheme OpenSSL-for-iOS -sdk iphonesimulator clean build
|
||||||
|
|
Loading…
Reference in New Issue