Skip to content

Instantly share code, notes, and snippets.

@henteko
Created March 12, 2014 14:02
Show Gist options
  • Save henteko/9507525 to your computer and use it in GitHub Desktop.
Save henteko/9507525 to your computer and use it in GitHub Desktop.
upload deploygate from travis
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