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

Update .gitlab-ci.yml file

parent fa259643
No related branches found
No related tags found
1 merge request!60Revert "Fail a test to be sure it works"
......@@ -27,6 +27,7 @@ build:
- go mod vendor -v
- mkdir -p release
- GOOS=js GOARCH=wasm go build -ldflags '-w -s' -o release/xxdk.wasm main.go
- cp wasm_exec.js release/
artifacts:
paths:
- release/
......
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