Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Add check for openssl-framework script on Travis. Related #72
  • Loading branch information
x2on committed Nov 25, 2015
1 parent 550f280 commit cd18638
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ language: objective-c
before_install:
- ./build-libssl.sh verbose
- xcrun -sdk iphoneos lipo -info ./lib/*.a
- ./create-openssl-framework.sh
- xcrun -sdk iphoneos lipo -info openssl.framework/openssl

script:
- xctool -project OpenSSL-for-iOS.xcodeproj -scheme OpenSSL-for-iOS -sdk iphonesimulator clean build

0 comments on commit cd18638

Please sign in to comment.