add sourcehut build

This commit is contained in:
Anjandev Momi
2026-01-18 14:10:01 -08:00
parent f917d02591
commit b215035efc

21
.build.yml Normal file
View File

@@ -0,0 +1,21 @@
arch: x86_64
image: alpine/edge
packages:
- fontconfig
- wayland-dev
- libxkbcommon-dev
- pango-dev
- scdoc
sources:
- https://git.sr.ht/~proycon/wvkbd
triggers:
- action: email
condition: failure
to: "~mil/sxmo-devel@lists.sr.ht"
tasks:
- format: |
cd wvkbd
make format
- build: |
cd wvkbd
make