mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-24 13:56:14 +03:00
12 lines
175 B
YAML
12 lines
175 B
YAML
language: android
|
|
|
|
jdk: oraclejdk8
|
|
|
|
android:
|
|
components:
|
|
- tools
|
|
- build-tools-26.0.2
|
|
- android-26
|
|
- extra-android-m2repository
|
|
|
|
script: ./gradlew testDebug
|