From 59489021ba4d68d6f0564acfbe6c6273980cc9ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20Kaan=20G=C3=BCm=C3=BC=C5=9F?= Date: Wed, 19 Feb 2025 04:35:13 +0300 Subject: [PATCH] ci: :construction_worker: build check --- .woodpecker/compile.yaml | 13 +++++++++++++ README.md | 1 + 2 files changed, 14 insertions(+) create mode 100644 .woodpecker/compile.yaml diff --git a/.woodpecker/compile.yaml b/.woodpecker/compile.yaml new file mode 100644 index 0000000..82072db --- /dev/null +++ b/.woodpecker/compile.yaml @@ -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 diff --git a/README.md b/README.md index 68cb915..d487a1f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # fisher +[![status-badge](https://ci.codeberg.org/api/badges/14239/status.svg)](https://ci.codeberg.org/repos/14239)