o-x-rust initial commit
This commit is contained in:
26
.woodpecker/wasm-o-x-rust.yml
Normal file
26
.woodpecker/wasm-o-x-rust.yml
Normal 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
|
Reference in New Issue
Block a user