rust_fisher_game/.woodpecker/compile.yaml
Ahmet Kaan Gümüş 59489021ba ci: 👷 build check
2025-02-19 05:07:16 +03:00

13 lines
309 B
YAML

when:
event:
- push
- manual
branch: main
steps:
build:
image: rust
commands:
- apt update
- apt install -y g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0 libwayland-dev libxkbcommon-dev
- cargo build