less gomobile related cleaning
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Dan Ballard 2021-03-22 11:42:14 -07:00
parent bfafbbcd4a
commit f9d7230427
1 changed files with 5 additions and 5 deletions

View File

@ -22,7 +22,6 @@ steps:
#- go mod vendor #- go mod vendor
- go get - go get
# TODO: upgrade to go1.16, remove mod/vendor, add go install for 1.16 # TODO: upgrade to go1.16, remove mod/vendor, add go install for 1.16
# go vendor so packages aren't refetched each new stage which loses this working dir, or restructure workspace to include pkg
- name: quality - name: quality
image: golang image: golang
volumes: volumes:
@ -48,6 +47,7 @@ steps:
event: [ push, pull_request ] event: [ push, pull_request ]
commands: commands:
- make linux - make linux
- go version
- name: build-android - name: build-android
image: openpriv/android-go-mobile:2021 image: openpriv/android-go-mobile:2021
@ -59,10 +59,10 @@ steps:
branch: trunk branch: trunk
event: [ push, pull_request ] event: [ push, pull_request ]
commands: commands:
- rm -rf /gomogile/pkg* #- rm -rf /gomogile/pkg*
- rm -rf /go/pkg #- rm -rf /go/pkg
- rm -rf /tmp/gomobile* #- rm -rf /tmp/gomobile*
- rm -rf vendor #- rm -rf vendor
- go clean --modcache - go clean --modcache
- go mod download - go mod download
- go get golang.org/x/mobile/cmd/gomobile - go get golang.org/x/mobile/cmd/gomobile