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

Make CI/CD upload artifacts

parent 0deddaaf
No related branches found
No related tags found
1 merge request!60Revert "Fail a test to be sure it works"
...@@ -3,10 +3,12 @@ image: docker-registry.xx.network/elixxir/sysadmin/backend-ci:go1.17-wasm ...@@ -3,10 +3,12 @@ image: docker-registry.xx.network/elixxir/sysadmin/backend-ci:go1.17-wasm
build: build:
stage: build stage: build
script: script:
- GOOS=js GOARCH=wasm go build -o xxdk.wasm - go mod vendor -v
- mkdir -p release
- GOOS=js GOARCH=wasm go build -ldflags '-w -s' -o release/xxdk.wasm ./...
artifacts: artifacts:
paths: paths:
- xxdk.wasm - release/
#native-test: #native-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