add login and board_list #26

Manually merged
norangebit merged 38 commits from feature_integrate_login into develop 2020-01-14 19:53:09 +00:00
1 changed files with 13 additions and 0 deletions
Showing only changes of commit e935380e32 - Show all commits

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