drone.yml: using hte new drone gomobile image we can cut all the needless instructions
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Dan Ballard 2021-03-22 18:14:21 -07:00
parent f1c2b3094a
commit 15be89ac13
1 changed files with 0 additions and 11 deletions

View File

@ -58,18 +58,7 @@ steps:
branch: trunk
event: [ push, pull_request ]
commands:
#- rm -rf /gomogile/pkg*
#- rm -rf /go/pkg
#- rm -rf /tmp/gomobile*
#- rm -rf vendor
#- go clean --modcache
#- export GOPATH=/gomobile
- go mod download
#- go get golang.org/x/mobile/cmd/gomobile
#- go get golang.org/x/mobile/cmd/gobind
#- go get -u golang.org/x/mobile
#- go get -u golang.org/x/mobile/bind
# - gomobile clean
- gomobile init
- make android