aboutsummaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--.builds/alpine.yml6
-rw-r--r--.builds/archlinux.yml6
-rw-r--r--.builds/freebsd.yml8
3 files changed, 3 insertions, 17 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
diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml
index defbc87a..dfe1900e 100644
--- a/.builds/archlinux.yml
+++ b/.builds/archlinux.yml
@@ -8,6 +8,7 @@ packages:
8 - libxkbcommon 8 - libxkbcommon
9 - meson 9 - meson
10 - pango 10 - pango
11 - scdoc
11 - wayland 12 - wayland
12 - wayland-protocols 13 - wayland-protocols
13 - xcb-util-image 14 - xcb-util-image
@@ -15,12 +16,7 @@ packages:
15sources: 16sources:
16 - https://github.com/swaywm/sway 17 - https://github.com/swaywm/sway
17 - https://github.com/swaywm/wlroots 18 - https://github.com/swaywm/wlroots
18 - https://git.sr.ht/~sircmpwn/scdoc
19tasks: 19tasks:
20 - scdoc: |
21 cd scdoc
22 make PREFIX=/usr
23 sudo make install PREFIX=/usr
24 - wlroots: | 20 - wlroots: |
25 cd wlroots 21 cd wlroots
26 meson --prefix=/usr build -Dexamples=false 22 meson --prefix=/usr build -Dexamples=false
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml
index 91a3817d..8fa76025 100644
--- a/.builds/freebsd.yml
+++ b/.builds/freebsd.yml
@@ -8,6 +8,7 @@ packages:
8- graphics/gdk-pixbuf2 8- graphics/gdk-pixbuf2
9- graphics/wayland 9- graphics/wayland
10- graphics/wayland-protocols 10- graphics/wayland-protocols
11- textproc/scdoc
11- x11-toolkits/pango 12- x11-toolkits/pango
12- x11/libxcb 13- x11/libxcb
13- x11/libxkbcommon 14- x11/libxkbcommon
@@ -21,17 +22,10 @@ packages:
21- x11/libX11 22- x11/libX11
22- x11/pixman 23- x11/pixman
23- x11/xcb-util-wm 24- x11/xcb-util-wm
24# scdoc dependencies
25- devel/gmake
26sources: 25sources:
27- https://github.com/swaywm/sway 26- https://github.com/swaywm/sway
28- https://github.com/swaywm/wlroots 27- https://github.com/swaywm/wlroots
29- https://git.sr.ht/~sircmpwn/scdoc
30tasks: 28tasks:
31- scdoc: |
32 cd scdoc
33 gmake PREFIX=/usr/local
34 sudo gmake install PREFIX=/usr/local
35- fixup_epoll: | 29- fixup_epoll: |
36 cat << 'EOF' | sudo tee /usr/local/libdata/pkgconfig/epoll-shim.pc 30 cat << 'EOF' | sudo tee /usr/local/libdata/pkgconfig/epoll-shim.pc
37 prefix=/usr/local 31 prefix=/usr/local