ci: use scdoc-git because 1.9.1 is broken

This commit is contained in:
emersion 2019-03-01 19:42:40 +01:00 committed by Drew DeVault
parent f98410c090
commit 77b16a5124
3 changed files with 17 additions and 3 deletions

View file

@ -12,7 +12,6 @@ packages:
- meson
- pango-dev
- pixman-dev
- scdoc
- wayland-dev
- wayland-protocols
- xcb-util-image-dev
@ -20,7 +19,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