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.
25 lines
486 B
25 lines
486 B
language: android |
|
sudo: false |
|
jdk: |
|
- oraclejdk8 |
|
android: |
|
components: |
|
- tools |
|
- build-tools-24.0.3 |
|
- build-tools-23.0.3 |
|
- build-tools-22.0.1 |
|
- android-24 |
|
- android-23 |
|
- android-22 |
|
- extra-android-support |
|
- extra-android-m2repository |
|
licenses: |
|
- 'android-sdk-license-.+' |
|
- '.*intel.+' |
|
before_install: |
|
- chmod +x gradlew |
|
- git submodule update --init --recursive |
|
install: |
|
- ./gradlew |
|
script: |
|
- ./gradlew assembleDebug --stacktrace
|
|
|