Skip to content
Snippets Groups Projects
Commit 7f155686 authored by Sydney Anne Erickson's avatar Sydney Anne Erickson :chipmunk:
Browse files

Update .gitlab-ci.yml

parent 6641119a
No related branches found
No related tags found
1 merge request!23Release
......@@ -92,6 +92,7 @@ bindings-ios:
tags:
- ios
script:
- go get -u golang.org/x/mobile/cmd/gomobile
- gomobile bind -target ios gitlab.com/elixxir/client/bindings
- zip -r iOS.zip Bindings.framework
artifacts:
......@@ -107,6 +108,7 @@ bindings-android:
script:
- 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 bind -target android -androidapi 21 gitlab.com/elixxir/client/bindings
artifacts:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment