rust_htmx_message_box/.woodpecker/compile.yaml
Ahmet Kaan Gümüş b87ca298e9 build: 👷 build check
2025-03-09 07:01:26 +03:00

14 lines
291 B
YAML

when:
event:
- push
- manual
branch: main
steps:
build:
image: rust:latest
commands:
- rustup self uninstall -y
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
- rustup update
- cargo build