Skip to content
Snippets Groups Projects
Commit 5d385ed6 authored by Sydney Anne Erickson's avatar Sydney Anne Erickson :chipmunk:
Browse files

Update .gitlab-ci.yml file

parent 8a33d5a4
No related branches found
No related tags found
3 merge requests!67fix for latest client release,!62Update .gitlab-ci.yml,!61Add emoji sanitizater
This commit is part of merge request !67. Comments created here will be created in the context of that merge request.
......@@ -33,9 +33,9 @@ build:
- GOOS=js GOARCH=wasm go build -ldflags '-w -s' -o release/xxdk.wasm main.go
- cp wasm_exec.js release/
artifacts:
expire_in: 1 hour
paths:
- release/
expire_in: 1 hour
go-test:
stage: test
......@@ -55,9 +55,9 @@ emoji-update:
- go run -ldflags '-w -s' ./emoji/... -o emojiSet.json -v 2
- cp emojiSet.json release/
artifacts:
expire_in: 1 hour
paths:
- release/
expire_in: 1 hour
wasm-test:
stage: test
......@@ -97,8 +97,8 @@ combine_artefacts:
- 'curl --header "PRIVATE-TOKEN: $GITLAB_ACCESS_TOKEN" --output release/xxdk.wasm $CI_SERVER_URL/api/v4/projects/$CI_PROJECT_ID/jobs/$BUILD_JOB_ID/artifacts/release/xxdk.wasm'
- 'curl --header "PRIVATE-TOKEN: $GITLAB_ACCESS_TOKEN" --output release/emojiSet.json $CI_SERVER_URL/api/v4/projects/$CI_PROJECT_ID/jobs/$EMOJI_UPDATE_JOB_ID/artifacts/release/emojiSet.json'
artifacts:
paths:
- release/
paths:
- release/
tag:
stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment