Skip to content
Snippets Groups Projects

Update .gitlab-ci.yml

Merged Sydney Anne Erickson requested to merge Anne/CI into release
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -4,6 +4,9 @@ build:
stage: build
script:
- GOOS=js GOARCH=wasm go build -o xxdk.wasm
artifacts:
paths:
- xxdk.wasm
#native-test:
# stage: test
Loading