From: Armaan Bhojwani Date: Sun, 9 May 2021 15:15:21 +0000 (-0400) Subject: Add build manifests X-Git-Url: https://git.armaanb.net/?p=mmenu.git;a=commitdiff_plain;h=c2da9145fc507499efb926964b4877e9f9b982e7 Add build manifests --- diff --git a/.builds/glibc.yml b/.builds/glibc.yml new file mode 100644 index 0000000..c2d7058 --- /dev/null +++ b/.builds/glibc.yml @@ -0,0 +1,18 @@ +image: archlinux +packages: + - scdoc + - openmotif + - curl +sources: + - https://git.sr.ht/~armaan/mmenu +artifacts: + - mmenu/mmenu.1 + - mmenu/mmenu +triggers: + - action: email + condition: failure + to: me@armaanb.net +tasks: + - build: | + cd mmenu + make diff --git a/.builds/musl.yml b/.builds/musl.yml new file mode 100644 index 0000000..389ef8c --- /dev/null +++ b/.builds/musl.yml @@ -0,0 +1,18 @@ +image: alpine/edge +packages: + - scdoc + - motif-dev + - curl-dev +sources: + - https://git.sr.ht/~armaan/mmenu +artifacts: + - mmenu/mmenu.1 + - mmenu/mmenu +triggers: + - action: email + condition: failure + to: me@armaanb.net +tasks: + - build: | + cd mmenu + make