mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 21:55:48 +03:00
2b6e05f3d2
Switch from Travis legacy infrastructure to container-based
13 lines
188 B
YAML
13 lines
188 B
YAML
sudo: false
|
|
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
|
|
|