Log all lib details to CI build
This commit is contained in:
parent
24b673bf26
commit
b908c56644
|
@ -2,5 +2,6 @@ language: objective-c
|
||||||
language: objective-c
|
language: objective-c
|
||||||
before_install:
|
before_install:
|
||||||
- ./build-libssl.sh
|
- ./build-libssl.sh
|
||||||
|
- xcrun -sdk iphoneos lipo -info ./lib/*.a
|
||||||
script:
|
script:
|
||||||
- xctool -project OpenSSL-for-iOS.xcodeproj -scheme OpenSSL-for-iOS -sdk iphonesimulator clean build
|
- xctool -project OpenSSL-for-iOS.xcodeproj -scheme OpenSSL-for-iOS -sdk iphonesimulator clean build
|
Loading…
Reference in New Issue