rust_voice_chat/.woodpecker/compile.yaml

14 lines
209 B
YAML
Raw Permalink Normal View History

when:
event:
- push
- manual
branch: main
steps:
build:
image: rust:1.85
commands:
- apt update
- apt install -y libasound2-dev
- cargo build