Add travis scripts
This commit is contained in:
parent
ccfc8364ae
commit
36beebc1ac
|
@ -3,3 +3,5 @@ lib
|
|||
*.gz
|
||||
OpenSSL-for-iOS.xcodeproj/xcuserdata
|
||||
src
|
||||
build
|
||||
OpenSSL-for-iOS.xcodeproj/project.xcworkspace/xcuserdata
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
language: objective-c
|
||||
script: build-libssl.sh
|
||||
language: objective-c
|
||||
before_install: scripts/install-travis.sh
|
||||
script: scripts/build-travis.sh
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo "Build"
|
||||
xcodebuild -project OpenSSL-for-iOS.xcodeproj
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo "Build Open-SSL"
|
||||
./build-libssl.sh
|
Loading…
Reference in New Issue