Skip to content

Instantly share code, notes, and snippets.

@burntcookie90
Created May 27, 2014 03:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save burntcookie90/226a232ab04109b05124 to your computer and use it in GitHub Desktop.
Save burntcookie90/226a232ab04109b05124 to your computer and use it in GitHub Desktop.
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