rust_htmx_message_box/.woodpecker/compile.yaml

15 lines
291 B
YAML
Raw Normal View History

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