mirror of
https://github.com/passepartoutvpn/openssl-apple.git
synced 2025-02-01 05:32:39 +00:00
Add travis scripts
This commit is contained in:
parent
ccfc8364ae
commit
36beebc1ac
2
.gitignore
vendored
2
.gitignore
vendored
@ -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
|
4
scripts/build-travis.sh
Executable file
4
scripts/build-travis.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Build"
|
||||
xcodebuild -project OpenSSL-for-iOS.xcodeproj
|
4
scripts/install-travis.sh
Executable file
4
scripts/install-travis.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Build Open-SSL"
|
||||
./build-libssl.sh
|
Loading…
Reference in New Issue
Block a user