mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 21:55:48 +03:00
12 lines
176 B
YAML
12 lines
176 B
YAML
language: android
|
|
android:
|
|
components:
|
|
- build-tools-22.0.1
|
|
- android-22
|
|
before_install:
|
|
- rm pom.xml
|
|
script:
|
|
- ./setup_env.sh ant
|
|
- ant clean
|
|
- ant debug
|
|
|