mirror of
https://github.com/passepartoutvpn/openssl-apple.git
synced 2025-01-08 18:12:36 +00:00
6 lines
222 B
YAML
6 lines
222 B
YAML
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 |