From 06b9e5aa171f2d99d99a52ab506ed11ff5f3ba0d Mon Sep 17 00:00:00 2001 From: Leon Henrik Plickat Date: Thu, 5 Aug 2021 22:07:53 +0200 Subject: [PATCH] Add sourcehut build job --- .builds/arch.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .builds/arch.yml diff --git a/.builds/arch.yml b/.builds/arch.yml new file mode 100644 index 0000000..44e2270 --- /dev/null +++ b/.builds/arch.yml @@ -0,0 +1,11 @@ +image: archlinux +packages: + - wayland + - wayland-protocols +sources: + - https://git.sr.ht/~leon_plickat/wlopm +tasks: + - build: | + cd wlopm + make +