Created
March 12, 2014 14:02
-
-
Save henteko/9507525 to your computer and use it in GitHub Desktop.
upload deploygate from travis
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
language: java | |
jdk: oraclejdk7 | |
env: | |
global: | |
secure: "なんか文字列" | |
before_install: | |
- sudo apt-get update -qq | |
- sudo apt-get install -qq libstdc++6:i386 lib32z1 | |
- export COMPONENTS=build-tools-19.0.1,android-19,sysimg-19,extra | |
- curl -L https://raw.github.com/embarkmobile/android-sdk-installer/master/android-sdk-installer | bash /dev/stdin --install=$COMPONENTS | |
- source ~/.android-sdk-installer/env | |
- export TERM=dumb # to get clean gradle output | |
after_success: | |
- ./gradlew uploadDeployGate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment