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)