diff options
author | Péter Szilágyi <peterke@gmail.com> | 2016-11-09 17:13:37 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2016-11-14 23:56:58 +0800 |
commit | 322502b441c6137b2945131f8e3dda1bb3f8d6b3 (patch) | |
tree | 00f963ea6983f15a554babb54646c8744af978f8 /.travis.yml | |
parent | b7dfd333c5ac5caf4278e2557503dc4fe4eb46c9 (diff) | |
download | go-tangerine-322502b441c6137b2945131f8e3dda1bb3f8d6b3.tar.gz go-tangerine-322502b441c6137b2945131f8e3dda1bb3f8d6b3.tar.zst go-tangerine-322502b441c6137b2945131f8e3dda1bb3f8d6b3.zip |
build: iOS XCode framework build and upload
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3841a78c0..c9b8b5025 100644 --- a/.travis.yml +++ b/.travis.yml @@ -63,7 +63,11 @@ matrix: - go run build/ci.go install - go run build/ci.go archive -type tar -signer OSX_SIGNING_KEY -upload gethstore/builds - # Build the Android archives and upload them to Maven Central + # Build the iOS framework and upload it to CocoaPods and Azure + - gem install cocoapods --pre + - go run build/ci.go xcode -signer IOS_SIGNING_KEY -deploy trunk -upload gethstore/builds + + # Build the Android archive and upload it to Maven Central and Azure - brew update - brew install android-sdk maven - export ANDROID_HOME=/usr/local/opt/android-sdk |