Command line options for Travis build.
Added no parallel due to PR #115
This commit is contained in:
parent
1967594392
commit
98738414bb
|
@ -1,7 +1,7 @@
|
|||
osx_image: xcode8
|
||||
language: objective-c
|
||||
before_install:
|
||||
- ./build-libssl.sh verbose-on-error
|
||||
- ./build-libssl.sh --noparallel --verbose-on-error
|
||||
- xcrun -sdk iphoneos lipo -info ./lib/*.a
|
||||
- ./create-openssl-framework.sh
|
||||
- xcrun -sdk iphoneos lipo -info openssl.framework/openssl
|
||||
|
|
Loading…
Reference in New Issue