Skip to content
Snippets Groups Projects
Commit 07264a88 authored by Jono Wenger's avatar Jono Wenger
Browse files

Merge branch 'master' of git.xx.network:elixxir/cli-client into release

parents f0ecbca1 1f7840f2
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ before_script:
stages:
- test
- build
- build_release
test:
stage: test
......@@ -46,6 +47,16 @@ test:
- testdata/
build:
stage: build
image: $DOCKER_IMAGE
except:
- tags
script:
- go mod vendor -v
- mkdir -p release
- go build ./...
build_release:
stage: build
image: $DOCKER_IMAGE
except:
......@@ -61,3 +72,6 @@ build:
artifacts:
paths:
- release/
only:
- master
- release
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment