You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
336 B
17 lines
336 B
language: android |
|
jdk: oraclejdk7 |
|
|
|
|
|
notifications: |
|
email: true |
|
|
|
|
|
env: |
|
matrix: |
|
- ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a |
|
|
|
script: |
|
# Performs tests (which will do a ./gradlew build task first) |
|
# Skips the uninstallAll task as it's always a fresh emulator |
|
# Does a logcat dump if anything fails |
|
- ./gradlew build
|
|
|