mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-22 04:46:04 +03:00
15 lines
238 B
YAML
15 lines
238 B
YAML
language: android
|
|
|
|
jdk: oraclejdk8
|
|
|
|
android:
|
|
components:
|
|
- tools
|
|
- build-tools-29.0.2
|
|
- android-29
|
|
- extra-android-m2repository
|
|
|
|
before_install:
|
|
- yes | sdkmanager "platforms;android-29"
|
|
|
|
script: ./gradlew testDebug
|