Fix build yml files

This commit is contained in:
Drew DeVault 2017-10-22 10:45:11 -04:00
parent 7c448b4081
commit c3457de28a
3 changed files with 19 additions and 3 deletions

View file

@ -12,7 +12,15 @@ packages:
- gdk-pixbuf2
sources:
- https://git.sr.ht/~sircmpwn/sway
- https://git.sr.ht/~sircmpwn/wlroots
tasks:
- wlroots: |
cd wlroots
mkdir build
cd build
meson --prefix=/usr ..
ninja
sudo ninja install
- setup: |
cd sway
mkdir build