diff options
author | Simon Ser <contact@emersion.fr> | 2020-04-04 16:27:04 +0200 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-04-08 16:37:00 +0200 |
commit | 3df32d031096409d9b63c4ad63fcdd0e43200ca6 (patch) | |
tree | 7757624b1182d32903ed563806c2f82cc4455e67 /.builds | |
parent | f03d50f54bfca08d58c86f5c1fa65920993255be (diff) |
ci: don't build scdoc
scodc is now available in all distributions we have CI for.
Diffstat (limited to '.builds')
-rw-r--r-- | .builds/alpine.yml | 6 | ||||
-rw-r--r-- | .builds/archlinux.yml | 6 | ||||
-rw-r--r-- | .builds/freebsd.yml | 8 |
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: - meson - pango-dev - pixman-dev + - scdoc - wayland-dev - wayland-protocols - xcb-util-image-dev @@ -19,12 +20,7 @@ packages: sources: - https://github.com/swaywm/sway - https://github.com/swaywm/wlroots - - https://git.sr.ht/~sircmpwn/scdoc tasks: - - scdoc: | - cd scdoc - make PREFIX=/usr - sudo make install PREFIX=/usr - wlroots: | cd wlroots 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: - libxkbcommon - meson - pango + - scdoc - wayland - wayland-protocols - xcb-util-image @@ -15,12 +16,7 @@ packages: sources: - https://github.com/swaywm/sway - https://github.com/swaywm/wlroots - - https://git.sr.ht/~sircmpwn/scdoc tasks: - - scdoc: | - cd scdoc - make PREFIX=/usr - sudo make install PREFIX=/usr - wlroots: | cd wlroots 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: - graphics/gdk-pixbuf2 - graphics/wayland - graphics/wayland-protocols +- textproc/scdoc - x11-toolkits/pango - x11/libxcb - x11/libxkbcommon @@ -21,17 +22,10 @@ packages: - x11/libX11 - x11/pixman - x11/xcb-util-wm -# scdoc dependencies -- devel/gmake sources: - https://github.com/swaywm/sway - https://github.com/swaywm/wlroots -- https://git.sr.ht/~sircmpwn/scdoc tasks: -- scdoc: | - cd scdoc - gmake PREFIX=/usr/local - sudo gmake install PREFIX=/usr/local - fixup_epoll: | cat << 'EOF' | sudo tee /usr/local/libdata/pkgconfig/epoll-shim.pc prefix=/usr/local |