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
...@@ -33,9 +33,9 @@ build: ...@@ -33,9 +33,9 @@ build:
- GOOS=js GOARCH=wasm go build -ldflags '-w -s' -o release/xxdk.wasm main.go - GOOS=js GOARCH=wasm go build -ldflags '-w -s' -o release/xxdk.wasm main.go
- cp wasm_exec.js release/ - cp wasm_exec.js release/
artifacts: artifacts:
expire_in: 1 hour
paths: paths:
- release/ - release/
expire_in: 1 hour
go-test: go-test:
stage: test stage: test
...@@ -55,9 +55,9 @@ emoji-update: ...@@ -55,9 +55,9 @@ emoji-update:
- go run -ldflags '-w -s' ./emoji/... -o emojiSet.json -v 2 - go run -ldflags '-w -s' ./emoji/... -o emojiSet.json -v 2
- cp emojiSet.json release/ - cp emojiSet.json release/
artifacts: artifacts:
expire_in: 1 hour
paths: paths:
- release/ - release/
expire_in: 1 hour
wasm-test: wasm-test:
stage: test stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment