diff options
author | Péter Szilágyi <peterke@gmail.com> | 2016-11-15 16:25:51 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2016-11-15 16:25:51 +0800 |
commit | 2cb9738649f06fe9bec6b4d5daec92ae0fef0982 (patch) | |
tree | 9de61185fffd487babd80f9aeb61ea5d397d14b7 /.travis.yml | |
parent | dfd2c605091fb14673482a820bcda412590c764e (diff) | |
download | dexon-2cb9738649f06fe9bec6b4d5daec92ae0fef0982.tar.gz dexon-2cb9738649f06fe9bec6b4d5daec92ae0fef0982.tar.zst dexon-2cb9738649f06fe9bec6b4d5daec92ae0fef0982.zip |
travis, build: further maven and gpg refinements
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index e2d811411..c29344f0c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -67,14 +67,10 @@ matrix: - go run build/ci.go install - go run build/ci.go archive -type tar -signer OSX_SIGNING_KEY -upload gethstore/builds - # Build the iOS framework and upload it to CocoaPods and Azure - - gem uninstall cocoapods -a - - gem install cocoapods --pre - - travis_wait 30 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 + - brew install android-sdk maven gpg + - alias gpg="gpg2" - export ANDROID_HOME=/usr/local/opt/android-sdk - mkdir -p $ANDROID_HOME/platforms @@ -84,6 +80,11 @@ matrix: - go run build/ci.go aar -signer ANDROID_SIGNING_KEY -deploy https://oss.sonatype.org -upload gethstore/builds - mv -f $ANDROID_HOME/platforms $HOME/.android.platforms + # Build the iOS framework and upload it to CocoaPods and Azure + - gem uninstall cocoapods -a + - gem install cocoapods --pre + - travis_wait 30 go run build/ci.go xcode -signer IOS_SIGNING_KEY -deploy trunk -upload gethstore/builds + install: - go get golang.org/x/tools/cmd/cover script: |