add login and board_list #26
13
.drone.yml
13
.drone.yml
@ -5,6 +5,11 @@ name: default
|
|||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: nextcloudci/android:android-49
|
image: nextcloudci/android:android-49
|
||||||
|
volumes:
|
||||||
|
- name: gradle
|
||||||
|
path: /root/.gradle
|
||||||
|
- name: android
|
||||||
|
path: /opt/android-sdk-linux
|
||||||
commands:
|
commands:
|
||||||
- ./gradlew build
|
- ./gradlew build
|
||||||
|
|
||||||
@ -22,3 +27,11 @@ steps:
|
|||||||
when:
|
when:
|
||||||
status:
|
status:
|
||||||
- failure
|
- failure
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
- name: gradle
|
||||||
|
host:
|
||||||
|
path: /home/drone/.gradle
|
||||||
|
- name: android
|
||||||
|
host:
|
||||||
|
path: /home/drone/Android/Sdk
|
||||||
|
Loading…
Reference in New Issue
Block a user