diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2019-03-01 19:42:40 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2019-03-01 19:42:40 +0100 |
| commit | b656007c6fb8c73b1f994697b89e7dd1b8b92860 (patch) | |
| tree | a3eef63f9d0afb19f691d953185681bb321a2a95 /.builds/archlinux.yml | |
| parent | a7f42441f85a102568a4cdefdbd0140d63124455 (diff) | |
ci: use scdoc-git because 1.9.1 is broken
Diffstat (limited to '.builds/archlinux.yml')
| -rw-r--r-- | .builds/archlinux.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml index c8f116e0..a9e3a9ae 100644 --- a/.builds/archlinux.yml +++ b/.builds/archlinux.yml @@ -8,7 +8,6 @@ packages: - libxkbcommon - meson - pango - - scdoc - wayland - wayland-protocols - xcb-util-image @@ -16,7 +15,12 @@ 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 -Drootston=false -Dexamples=false |
