Last active
October 14, 2015 01:48
-
-
Save horie1024/1e66ffba84b70e777bf0 to your computer and use it in GitHub Desktop.
This file contains 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
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