mirror of
https://github.com/nextcloud/android.git
synced 2024-11-24 06:05:42 +03:00
13 lines
191 B
YAML
13 lines
191 B
YAML
sudo: false
|
|
language: android
|
|
android:
|
|
components:
|
|
- build-tools-23.0.3
|
|
- android-23
|
|
- android-22
|
|
- android-19
|
|
script:
|
|
- ./setup_env.sh ant
|
|
- ant clean
|
|
- ant debug
|
|
|