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

xxmutils no longer builds as part of bindings.

parent 8ea35717
No related branches found
No related tags found
3 merge requests!231Revert "Update store to print changes to the partners list",!177Move restore contacts core functions into it's own package,!171RestoreContactsFromBackup
......@@ -86,7 +86,7 @@ bindings-ios:
- go install golang.org/x/mobile/cmd/gomobile@latest
- go get golang.org/x/mobile/cmd/gobind
- gomobile init
- gomobile bind -target ios gitlab.com/elixxir/client/bindings gitlab.com/elixxir/client/bindings/xxmutils
- gomobile bind -target ios gitlab.com/elixxir/client/bindings
- ls
- zip -r iOS.zip Bindings.xcframework
artifacts:
......@@ -108,7 +108,7 @@ bindings-android:
- go install golang.org/x/mobile/cmd/gomobile@latest
- go get golang.org/x/mobile/cmd/gobind
- gomobile init
- gomobile bind -target android -androidapi 21 gitlab.com/elixxir/client/bindings gitlab.com/elixxir/client/bindings/xxmutils
- gomobile bind -target android -androidapi 21 gitlab.com/elixxir/client/bindings
artifacts:
paths:
- 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