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

Disable bindings

parent 45a608d4
No related branches found
No related tags found
No related merge requests found
...@@ -84,26 +84,26 @@ tag: ...@@ -84,26 +84,26 @@ tag:
- git tag $(release/client.linux64 version | grep "Elixxir Client v"| cut -d ' ' -f3) -f - git tag $(release/client.linux64 version | grep "Elixxir Client v"| cut -d ' ' -f3) -f
- git push origin_tags -f --tags - git push origin_tags -f --tags
bindings: # bindings:
stage: build # stage: build
except: # except:
- tags # - tags
tags: # tags:
- ios # - ios
script: # script:
- 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 android -androidapi 21 gitlab.com/elixxir/client/bindings # - GO111MODULE=on gomobile bind -target android -androidapi 21 gitlab.com/elixxir/client/bindings
- GO111MODULE=on gomobile bind -target ios gitlab.com/elixxir/client/bindings # - GO111MODULE=on 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:
- iOS.zip # - iOS.zip
- bindings.aar # - bindings.aar
- bindings-sources.jar # - bindings-sources.jar
trigger_integration: trigger_integration:
stage: trigger_integration stage: trigger_integration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment