26 lines
630 B
YAML
26 lines
630 B
YAML
clone:
|
|
git:
|
|
image: woodpeckerci/plugin-git
|
|
when:
|
|
path:
|
|
include:
|
|
- wasm/o-x-rust/*
|
|
- .woodpecker/wasm-o-x-rust.yml
|
|
pipeline:
|
|
build and publish:
|
|
image: git.koval.net/cyclane/game-algorithms/wasm-pack
|
|
settings:
|
|
actions: build,publish
|
|
folder: wasm/o-x-rust
|
|
scope: game-algorithms
|
|
username: cyclane
|
|
token:
|
|
from_secret: DEPLOY_TOKEN
|
|
registry: https://git.koval.net/api/packages/cyclane/npm/
|
|
when:
|
|
path:
|
|
include:
|
|
- wasm/o-x-rust/*
|
|
- .woodpecker/wasm-o-x-rust.yml
|
|
depends_on:
|
|
- tools-wasm-pack-plugin |