aboutsummaryrefslogtreecommitdiffstats
path: root/.builds/alpine.yml
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2020-04-04 16:27:04 +0200
committerLibravatar Drew DeVault <sir@cmpwn.com>2020-04-08 16:37:00 +0200
commit3df32d031096409d9b63c4ad63fcdd0e43200ca6 (patch)
tree7757624b1182d32903ed563806c2f82cc4455e67 /.builds/alpine.yml
parentAdd test-only support to wlr-output-management-unstable-v1 (diff)
downloadsway-3df32d031096409d9b63c4ad63fcdd0e43200ca6.tar.gz
sway-3df32d031096409d9b63c4ad63fcdd0e43200ca6.tar.zst
sway-3df32d031096409d9b63c4ad63fcdd0e43200ca6.zip
ci: don't build scdoc
scodc is now available in all distributions we have CI for.
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