drone.yml new gomobile image
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Dan Ballard 2021-03-17 16:53:09 -07:00
parent e1d4eed7ac
commit 3d1de1cd6e
1 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,7 @@ steps:
branch: trunk branch: trunk
event: [ push, pull_request ] event: [ push, pull_request ]
commands: commands:
- gomobile init
- make android - make android
- name: notify-email - name: notify-email
image: drillster/drone-email image: drillster/drone-email
@ -80,5 +81,6 @@ steps:
gogs_url: https://git.openprivacy.ca gogs_url: https://git.openprivacy.ca
volumes: volumes:
# gopath where bin and pkg lives to persist across steps
- name: deps - name: deps
temp: {} temp: {}