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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
client
Commits
5e88982b
Commit
5e88982b
authored
3 years ago
by
Sydney Anne Erickson
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml
parent
4340e7a7
No related branches found
No related tags found
1 merge request
!23
Release
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+17
-3
17 additions, 3 deletions
.gitlab-ci.yml
with
17 additions
and
3 deletions
.gitlab-ci.yml
+
17
−
3
View file @
5e88982b
...
@@ -85,12 +85,12 @@ tag:
...
@@ -85,12 +85,12 @@ 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
-ios
:
stage
:
build
stage
:
build
except
:
except
:
-
tags
-
tags
tags
:
tags
:
-
ios
-
ios
-staging
script
:
script
:
-
export PATH="/usr/local/opt/go@1.13/bin:$PATH"
-
export PATH="/usr/local/opt/go@1.13/bin:$PATH"
-
go get -u golang.org/x/mobile/cmd/gomobile
-
go get -u golang.org/x/mobile/cmd/gomobile
...
@@ -98,12 +98,26 @@ bindings:
...
@@ -98,12 +98,26 @@ bindings:
-
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 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-android
:
stage
:
build
except
:
-
tags
script
:
-
export PATH="/usr/local/opt/go@1.13/bin:$PATH"
-
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=on gomobile bind -target android -androidapi 21 gitlab.com/elixxir/client/bindings
artifacts
:
paths
:
-
bindings.aar
-
bindings.aar
-
bindings-sources.jar
-
bindings-sources.jar
...
...
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