Created
May 27, 2014 03:39
-
-
Save burntcookie90/226a232ab04109b05124 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
language: android | |
jdk: oraclejdk7 | |
env: | |
matrix: | |
- ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a | |
android: | |
components: | |
- build-tools-19.0.3 | |
before_script: | |
- cp keystore.properties.example keystore.properties | |
- cp local.properties.example local.properties | |
- ls *.properties | |
- echo $ANDROID_HOME | |
script: ./gradlew clean assembleDebug |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment