Merge branch 'develop' into feature_util
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Raffaele Mignone 2019-11-30 12:20:52 +01:00
commit f89edfa547
Signed by: norangebit
GPG Key ID: F5255658CB220573
1 changed files with 13 additions and 0 deletions

View File

@ -5,6 +5,11 @@ name: default
steps:
- name: build
image: nextcloudci/android:android-49
volumes:
- name: gradle
path: /root/.gradle
- name: android
path: /opt/android-sdk-linux
commands:
- ./gradlew build
@ -22,3 +27,11 @@ steps:
when:
status:
- failure
volumes:
- name: gradle
host:
path: /home/drone/.gradle
- name: android
host:
path: /home/drone/Android/Sdk