mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 13:15:35 +03:00
14 lines
207 B
YAML
14 lines
207 B
YAML
language: android
|
|
android:
|
|
components:
|
|
- platform-tools
|
|
- tools
|
|
- build-tools-20.0.0
|
|
- android-19
|
|
before_install:
|
|
- rm pom.xml
|
|
script:
|
|
- ./setup_env.sh ant
|
|
- ant clean
|
|
- ant debug
|
|
|