2017-05-20 09:01:47 +01:00
|
|
|
language: android
|
|
|
|
jdk: oraclejdk8
|
|
|
|
|
|
|
|
android:
|
|
|
|
components:
|
2017-09-08 11:21:35 +01:00
|
|
|
- tools
|
2017-05-20 09:01:47 +01:00
|
|
|
- platform-tools
|
2018-11-04 03:26:07 +00:00
|
|
|
- build-tools-28.0.3
|
|
|
|
- android-28
|
2017-05-20 09:01:47 +01:00
|
|
|
- extra-android-support
|
|
|
|
- extra-google-m2repository
|
|
|
|
- extra-android-m2repository
|
|
|
|
licenses:
|
|
|
|
- '.+'
|
2018-02-11 05:24:02 +00:00
|
|
|
before_install:
|
2018-11-04 03:26:07 +00:00
|
|
|
- yes | sdkmanager "platforms;android-28"
|
2017-05-20 09:01:47 +01:00
|
|
|
script:
|
2017-05-20 09:19:48 +01:00
|
|
|
- chmod 777 gradlew
|
2017-05-20 09:34:56 +01:00
|
|
|
- ./gradlew clean assembleDebug
|
2017-05-20 09:01:47 +01:00
|
|
|
after_success:
|
2018-11-04 03:26:07 +00:00
|
|
|
- bash <(curl -s https://codecov.io/bash)
|