mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-28 03:25:18 +03:00
12 lines
175 B
YAML
12 lines
175 B
YAML
language: android
|
|
|
|
jdk: oraclejdk8
|
|
|
|
android:
|
|
components:
|
|
- tools
|
|
- build-tools-25.0.1
|
|
- android-25
|
|
- extra-android-m2repository
|
|
|
|
script: ./gradlew testDebug
|