Skip to content

Instantly share code, notes, and snippets.

@horie1024
Last active October 14, 2015 01:48
Show Gist options
  • Save horie1024/1e66ffba84b70e777bf0 to your computer and use it in GitHub Desktop.
Save horie1024/1e66ffba84b70e777bf0 to your computer and use it in GitHub Desktop.
general:
branches:
only:
- master
machine:
java:
version: openjdk7
environment:
ANDROID_HOME: /usr/local/android-sdk-linux
dependencies:
override:
- echo y | android update sdk --no-ui --filter "android-23,build-tools-23.0.1"
test:
override:
- echo "Nothing to do here"
deployment:
master:
branch: master
commands:
- ./gradlew assembleDebug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment