ci: 👷 build check

This commit is contained in:
Ahmet Kaan Gümüş 2025-02-19 04:35:13 +03:00
parent 650217a746
commit 59489021ba
2 changed files with 14 additions and 0 deletions

13
.woodpecker/compile.yaml Normal file
View file

@ -0,0 +1,13 @@
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

View file

@ -1,2 +1,3 @@
# fisher
[![status-badge](https://ci.codeberg.org/api/badges/14239/status.svg)](https://ci.codeberg.org/repos/14239)