mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-23 21:36:07 +03:00
16 lines
284 B
YAML
16 lines
284 B
YAML
language: android
|
|
|
|
jdk: oraclejdk8
|
|
|
|
android:
|
|
components:
|
|
- tools
|
|
- build-tools-27.0.3
|
|
- android-28
|
|
- extra-android-m2repository
|
|
|
|
before_install:
|
|
- yes | sdkmanager "platforms;android-27"
|
|
- yes | sdkmanager "platforms;android-28"
|
|
|
|
script: ./gradlew testDebug
|