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

default back to install procedure from docs

parent c013f105
No related branches found
No related tags found
1 merge request!231Revert "Update store to print changes to the partners list"
...@@ -84,10 +84,8 @@ bindings-ios: ...@@ -84,10 +84,8 @@ bindings-ios:
- ios - ios
script: script:
- export PATH=$PATH:$HOME/go/bin - export PATH=$PATH:$HOME/go/bin
- 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 - go mod tidy
- go install golang.org/x/mobile/cmd/gomobile@latest
- gomobile init - gomobile init
- gomobile bind -target ios gitlab.com/elixxir/client/bindings - gomobile bind -target ios gitlab.com/elixxir/client/bindings
- ls - ls
...@@ -107,10 +105,8 @@ bindings-android: ...@@ -107,10 +105,8 @@ bindings-android:
- export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin:/android-sdk/platform-tools/ - export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin:/android-sdk/platform-tools/
- export ANDROID_HOME=/android-sdk - export ANDROID_HOME=/android-sdk
# Build the bindings # Build the bindings
- 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 - go mod tidy
- go install golang.org/x/mobile/cmd/gomobile@latest
- gomobile init - gomobile init
- gomobile bind -target android -androidapi 21 gitlab.com/elixxir/client/bindings - gomobile bind -target android -androidapi 21 gitlab.com/elixxir/client/bindings
artifacts: 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