diff --git a/.woodpecker.yml b/.woodpecker.yml index 1745b2e..feab5e5 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,4 +1,18 @@ pipeline: + build:wasmlib: + image: albedo.lan:5000/rust-upend:latest + commands: + - rustc --version && cargo --version + - task build:wasmlib + # volumes: + # - rust_registry:/usr/local/cargo + when: + path: + - webui/**/* + - /**/*.rs + - /**/Cargo.lock + - Taskfile.yml + build:backend: group: build image: albedo.lan:5000/rust-upend:latest