aboutsummaryrefslogtreecommitdiffstats
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, 1 insertions, 5 deletions
diff --git a/.builds/alpine.yml b/.builds/alpine.yml
index a88107d3..dc5e7c11 100644
--- a/.builds/alpine.yml
+++ b/.builds/alpine.yml
@@ -12,6 +12,7 @@ packages:
12 - meson 12 - meson
13 - pango-dev 13 - pango-dev
14 - pixman-dev 14 - pixman-dev
15 - scdoc
15 - wayland-dev 16 - wayland-dev
16 - wayland-protocols 17 - wayland-protocols
17 - xcb-util-image-dev 18 - xcb-util-image-dev
@@ -19,12 +20,7 @@ packages:
19sources: 20sources:
20 - https://github.com/swaywm/sway 21 - https://github.com/swaywm/sway
21 - https://github.com/swaywm/wlroots 22 - 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
28 - wlroots: | 24 - wlroots: |
29 cd wlroots 25 cd wlroots
30 meson --prefix=/usr build -Dexamples=false 26 meson --prefix=/usr build -Dexamples=false