rust_fisher_game/.woodpecker/compile.yaml

14 lines
309 B
YAML
Raw Permalink Normal View History

2025-02-19 04:35:13 +03:00
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