summaryrefslogtreecommitdiffstats
path: root/.builds/alpine.yml
diff options
context:
space:
mode:
Diffstat (limited to '.builds/alpine.yml')
-rw-r--r--.builds/alpine.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.builds/alpine.yml b/.builds/alpine.yml
index 328625a5..07a10db0 100644
--- a/.builds/alpine.yml
+++ b/.builds/alpine.yml
@@ -12,7 +12,6 @@ packages:
12 - meson 12 - meson
13 - pango-dev 13 - pango-dev
14 - pixman-dev 14 - pixman-dev
15 - scdoc
16 - wayland-dev 15 - wayland-dev
17 - wayland-protocols 16 - wayland-protocols
18 - xcb-util-image-dev 17 - xcb-util-image-dev
@@ -20,7 +19,12 @@ packages:
20sources: 19sources:
21 - https://github.com/swaywm/sway 20 - https://github.com/swaywm/sway
22 - https://github.com/swaywm/wlroots 21 - https://github.com/swaywm/wlroots
22 - https://git.sr.ht/~sircmpwn/scdoc
23tasks: 23tasks:
24 - scdoc: |
25 cd scdoc
26 make PREFIX=/usr
27 sudo make install PREFIX=/usr
24 - wlroots: | 28 - wlroots: |
25 cd wlroots 29 cd wlroots
26 meson --prefix=/usr build -Drootston=false -Dexamples=false 30 meson --prefix=/usr build -Drootston=false -Dexamples=false