.travis.yml 337 B

12345678910
  1. osx_image: xcode7.1
  2. language: objective-c
  3. before_install:
  4. - ./build-libssl.sh verbose
  5. - xcrun -sdk iphoneos lipo -info ./lib/*.a
  6. - ./create-openssl-framework.sh
  7. - xcrun -sdk iphoneos lipo -info openssl.framework/openssl
  8. script:
  9. - xctool -project OpenSSL-for-iOS.xcodeproj -scheme OpenSSL-for-iOS -sdk iphonesimulator clean build