Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xxdk-wasm
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
xxdk-wasm
Commits
5d877c75
Commit
5d877c75
authored
2 years ago
by
Sydney Anne Erickson
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml
parent
a5278158
No related branches found
No related tags found
1 merge request
!60
Revert "Fail a test to be sure it works"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+12
-0
12 additions, 0 deletions
.gitlab-ci.yml
with
12 additions
and
0 deletions
.gitlab-ci.yml
+
12
−
0
View file @
5d877c75
...
...
@@ -25,6 +25,8 @@ stages:
build
:
stage
:
build
except
:
-
tags
script
:
-
go mod vendor -v
-
mkdir -p release
...
...
@@ -36,6 +38,8 @@ build:
wasm-test
:
stage
:
test
except
:
-
tags
script
:
-
export PATH=/root/go/bin:$PATH
-
echo > utils/utils_js.s
...
...
@@ -44,12 +48,16 @@ wasm-test:
go-test
:
stage
:
test
except
:
-
tags
script
:
-
go mod vendor -v
-
go test ./... -v
version_check
:
stage
:
version_check
except
:
-
tags
only
:
-
master
-
release
...
...
@@ -61,6 +69,8 @@ version_check:
tag
:
stage
:
build
except
:
-
tags
image
:
$DOCKER_IMAGE
script
:
-
git remote add origin_tags git@$GITLAB_SERVER:elixxir/xxdk-wasm.git ||
true
...
...
@@ -76,6 +86,8 @@ tag:
# master/release, this will fail to pull the latest client, and the docs will not update.
doc-update
:
stage
:
doc-update
except
:
-
tags
image
:
$DOCKER_IMAGE
script
:
# We use GOPRIVATE blank because not want to directly pull client, we want to use the public cache.
...
...
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