WIP: Check #114

Closed
sarah wants to merge 13 commits from new-android into trunk
1 changed files with 4 additions and 0 deletions
Showing only changes of commit e1bfa8999c - Show all commits

View File

@ -43,6 +43,10 @@ steps:
- echo `git describe --tags` > VERSION
- go env
- java -version
- cd $GOPATH/src/golang.org/x/mobile
- go install -trimpath -ldflags "-buildid=" ./cmd/gomobile
- go install -trimpath -ldflags "-buildid=" ./cmd/gobind
- cd /drone/src/
- go mod download
- gomobile init
- make android