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

Work on fixing iOS

parent 5e88982b
No related branches found
No related tags found
1 merge request!23Release
...@@ -92,13 +92,13 @@ bindings-ios: ...@@ -92,13 +92,13 @@ bindings-ios:
tags: tags:
- ios-staging - ios-staging
script: script:
- export PATH="/usr/local/opt/go@1.13/bin:$PATH" - brew install go
- go get -u golang.org/x/mobile/cmd/gomobile - go get -u golang.org/x/mobile/cmd/gomobile
- go get -u golang.org/x/mobile/bind #- go get -u golang.org/x/mobile/bind
- rm -rf $HOME/go/src/gitlab.com/elixxir/client/ #- rm -rf $HOME/go/src/gitlab.com/elixxir/client/
- mkdir -p $HOME/go/src/gitlab.com/elixxir/client/ #- mkdir -p $HOME/go/src/gitlab.com/elixxir/client/
- cp -r * $HOME/go/src/gitlab.com/elixxir/client/ #- cp -r * $HOME/go/src/gitlab.com/elixxir/client/
- GO111MODULE=on gomobile bind -target ios gitlab.com/elixxir/client/bindings - gomobile bind -target ios gitlab.com/elixxir/client/bindings
- zip -r iOS.zip Bindings.framework - zip -r iOS.zip Bindings.framework
artifacts: artifacts:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment