From 63aa58dc698ff61bfcbc8c2a84e774eec5976ec3 Mon Sep 17 00:00:00 2001 From: "Richard T. Carback III" <rick.carback@gmail.com> Date: Fri, 25 Feb 2022 01:27:57 +0000 Subject: [PATCH] Add xxmutils to the generation command --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0e232306e..36cf8ae16 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 + - gomobile bind -target ios gitlab.com/elixxir/client/bindings gitlab.com/elixxir/client/bindings/xxmutils - 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 + - gomobile bind -target android -androidapi 21 gitlab.com/elixxir/client/bindings gitlab.com/elixxir/client/bindings/xxmutils artifacts: paths: - bindings.aar -- GitLab