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
|
||||
before_install:
|
||||
- ./build-libssl.sh
|
||||
- xcrun -sdk iphoneos lipo -info ./lib/*.a
|
||||
script:
|
||||
- xctool -project OpenSSL-for-iOS.xcodeproj -scheme OpenSSL-for-iOS -sdk iphonesimulator clean build
|
Loading…
Reference in New Issue