WIP: Check #114

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

View File

@ -39,10 +39,12 @@ steps:
- name: deps
path: /go
commands:
- sudo apt update
- sudo apt install libc6-dev
- apt update
- apt install libc6-dev
- uname -a
- ldd --version
- git checkout tags/v1.10.4 -b v1.10.4
- echo `git describe --tags` > VERSION
- go mod download
- gomobile init
- make android