Add sourcehut build job
1 files changed, 11 insertions(+), 0 deletions(-) A .builds/arch.yml
A .builds/arch.yml => .builds/arch.yml +11 -0
@@ 0,0 1,11 @@ +image: archlinux +packages: + - wayland + - wayland-protocols +sources: + - https://git.sr.ht/~leon_plickat/wlopm +tasks: + - build: | + cd wlopm + make +