From 7e7815fd10905b0c1e71515d40156cbcf247df31 Mon Sep 17 00:00:00 2001 From: Sydney Anne Erickson <sydney@elixxir.io> Date: Tue, 31 Aug 2021 19:25:38 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c4dc10de3..e70cb4d21 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -80,6 +80,7 @@ bindings-ios: - ios script: - go get -u golang.org/x/mobile/cmd/gomobile@76c259c465ba39f84de7e2751a666612ddca556b + - gomobile init - gomobile bind -target ios gitlab.com/elixxir/client/bindings - ls - zip -r iOS.zip Bindings.xcframework @@ -97,6 +98,7 @@ bindings-android: - export ANDROID_HOME=/android-sdk - export PATH=$PATH:/android-sdk/platform-tools/:/usr/local/go/bin - go get -u golang.org/x/mobile/cmd/gomobile + - gomobile init - gomobile bind -target android -androidapi 21 gitlab.com/elixxir/client/bindings artifacts: paths: -- GitLab