From 6600a2bd7d1e13eaff007a7d2a8e1064c61612c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Wed, 12 Jul 2023 12:12:47 +0200 Subject: [PATCH] fix,ci: build wasmlib before frontend --- .woodpecker.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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