rust_voice_chat/.woodpecker/compile.yaml
Ahmet Kaan Gümüş 527886676c build: 👷 build check
2025-03-01 03:20:19 +03:00

14 lines
304 B
YAML

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