Skip to content
Snippets Groups Projects
Commit c013f105 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Explicitly install mobile

parent df8fc2d0
No related branches found
No related tags found
1 merge request!231Revert "Update store to print changes to the partners list"
......@@ -84,9 +84,10 @@ bindings-ios:
- ios
script:
- export PATH=$PATH:$HOME/go/bin
- go mod tidy
- go install golang.org/x/mobile/cmd/gomobile@latest
- go install golang.org/x/mobile/cmd/gobind@latest
- go mod download golang.org/x/mobile
- go mod tidy
- gomobile init
- gomobile bind -target ios gitlab.com/elixxir/client/bindings
- ls
......@@ -106,9 +107,10 @@ bindings-android:
- export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin:/android-sdk/platform-tools/
- export ANDROID_HOME=/android-sdk
# Build the bindings
- go mod tidy
- go install golang.org/x/mobile/cmd/gomobile@latest
- go install golang.org/x/mobile/cmd/gobind@latest
- go mod download golang.org/x/mobile
- go mod tidy
- gomobile init
- gomobile bind -target android -androidapi 21 gitlab.com/elixxir/client/bindings
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment