o-x-rust initial commit
Some checks failed
ci/woodpecker/push/tools-wasm-pack-docker Pipeline was successful
ci/woodpecker/push/wasm-o-x-rust Pipeline failed

This commit is contained in:
2022-08-06 18:48:45 +00:00
parent f00e018d15
commit 3cc78352a6
6 changed files with 848 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
pipeline:
build:
image: git.koval.net/cyclane/game-algorithms/wasm-pack
commands:
- cd wasm/o-x-rust
- wasm-pack build
when:
path:
include:
- wasm/o-x-rust/*
- .woodpecker/wasm-o-x-rust.yml
publish:
image: plugins/npm
settings:
username: cyclane
password:
from_secret: DEPLOY_TOKEN
token:
from_secret: DEPLOY_TOKEN
registry: https://git.koval.net/api/packages/cyclane/npm/
folder: wasm/o-x-rust/pkg
when:
path:
include:
- wasm/o-x-rust/*
- .woodpecker/wasm-o-x-rust.yml