Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
client
Commits
4f6d3e39
Commit
4f6d3e39
authored
Mar 3, 2020
by
Jake Taylor
Browse files
Options
Downloads
Plain Diff
Merge branch 'bindings-fixes' into 'release'
Bindings fixes See merge request
!345
parents
f67757f4
3c4f59f8
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+20
-17
20 additions, 17 deletions
.gitlab-ci.yml
with
20 additions
and
17 deletions
.gitlab-ci.yml
+
20
−
17
View file @
4f6d3e39
...
...
@@ -102,23 +102,26 @@ tag:
-
git tag $(release/client.linux64 version | grep "Elixxir Client v"| cut -d ' ' -f3) -f
-
git push origin_tags -f --tags
#bindings:
# stage: build
# except:
# - tags
# tags:
# - ios
# script:
# - GO111MODULE=off go get golang.org/x/mobile/cmd/gomobile
# - GO111MODULE=off go get gitlab.com/elixxir/client
# - GO111MODULE=off gomobile bind -target android -androidapi 21 gitlab.com/elixxir/client/bindings
# - GO111MODULE=off gomobile bind -target ios gitlab.com/elixxir/client/bindings
# - zip -r iOS.zip Bindings.framework
# artifacts:
# paths:
# - iOS.zip
# - bindings.aar
# - bindings-sources.jar
bindings
:
stage
:
build
except
:
-
tags
tags
:
-
ios
script
:
-
go get -u golang.org/x/mobile/cmd/gomobile
-
go get -u golang.org/x/mobile/bind
-
rm -rf $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/
-
GO111MODULE=off gomobile bind -target android -androidapi 21 gitlab.com/elixxir/client/bindings
-
GO111MODULE=off gomobile bind -target ios gitlab.com/elixxir/client/bindings
-
zip -r iOS.zip Bindings.framework
artifacts
:
paths
:
-
iOS.zip
-
bindings.aar
-
bindings-sources.jar
trigger_integration
:
stage
:
trigger_integration
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment