👷 Check that no error occurs during the build of the webapp
All checks were successful
ci/woodpecker/pr/validate Pipeline was successful

This commit is contained in:
2024-09-22 23:39:00 +02:00
parent c7955d5571
commit abea905feb

View File

@@ -0,0 +1,11 @@
steps:
build:
image: rust:latest
commands:
- cargo install dioxus-cli --locked -j ${JOBS_NB:-default}
- rustup target add wasm32-unknown-unknown
- cargo install -f wasm-bindgen-cli --version 0.2.93
- dx build -r --platform web -- -j ${JOBS_NB:-default}
when:
- event: pull_request