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

Add xxmutils to the generation command

parent ecf468cd
No related branches found
No related tags found
2 merge requests!231Revert "Update store to print changes to the partners list",!171RestoreContactsFromBackup
...@@ -86,7 +86,7 @@ bindings-ios: ...@@ -86,7 +86,7 @@ bindings-ios:
- go install golang.org/x/mobile/cmd/gomobile@latest - go install golang.org/x/mobile/cmd/gomobile@latest
- go get golang.org/x/mobile/cmd/gobind - go get golang.org/x/mobile/cmd/gobind
- gomobile init - gomobile init
- gomobile bind -target ios gitlab.com/elixxir/client/bindings - gomobile bind -target ios gitlab.com/elixxir/client/bindings gitlab.com/elixxir/client/bindings/xxmutils
- ls - ls
- zip -r iOS.zip Bindings.xcframework - zip -r iOS.zip Bindings.xcframework
artifacts: artifacts:
...@@ -108,7 +108,7 @@ bindings-android: ...@@ -108,7 +108,7 @@ bindings-android:
- go install golang.org/x/mobile/cmd/gomobile@latest - go install golang.org/x/mobile/cmd/gomobile@latest
- go get golang.org/x/mobile/cmd/gobind - go get golang.org/x/mobile/cmd/gobind
- 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 gitlab.com/elixxir/client/bindings/xxmutils
artifacts: artifacts:
paths: paths:
- bindings.aar - bindings.aar
......
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