mirror of
https://github.com/passepartoutvpn/openssl-apple.git
synced 2025-02-01 21:52:09 +00:00
74c4341f71
- Error handling was broken since spinner() did not return the status of the command that was executed. - New option verbose-on-error to limit output, but still log in case of errors (for Travis builds) - Check for errors during make depend - Also log to file for verbose builds - Remove make clean since the full build directory is removed anyway - Make spinner cursor less nervous
11 lines
344 B
YAML
11 lines
344 B
YAML
osx_image: xcode7.3
|
|
language: objective-c
|
|
before_install:
|
|
- ./build-libssl.sh verbose-on-error
|
|
- 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
|