Files
beau-gosse-du-92/.woodpecker/.validate.yaml
Adrien abea905feb
All checks were successful
ci/woodpecker/pr/validate Pipeline was successful
👷 Check that no error occurs during the build of the webapp
2024-09-22 23:40:22 +02:00

12 lines
318 B
YAML

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