mirror of
https://github.com/jjsullivan5196/wvkbd.git
synced 2026-01-27 05:35:27 +01:00
add sourcehut build
This commit is contained in:
21
.build.yml
Normal file
21
.build.yml
Normal 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
|
||||
Reference in New Issue
Block a user