openssl-apple/.travis.yml
2015-09-12 12:44:13 +02:00

7 lines
240 B
YAML

osx_image: xcode7
language: objective-c
before_install:
- ./build-libssl.sh verbose
- xcrun -sdk iphoneos lipo -info ./lib/*.a
script:
- xctool -project OpenSSL-for-iOS.xcodeproj -scheme OpenSSL-for-iOS -sdk iphonesimulator clean build