CI: build against wlroots 0.10.0

There are no breaking changes otherwise, so in meson.build we can leave
the version to anything greater than 0.9.1.
This commit is contained in:
Jente Hidskes 2020-01-25 22:40:39 +01:00
parent cc1f975c44
commit 30d805d6ff
3 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ tasks:
# version, instead of master, to avoid any breaking changes in wlroots.
- wlroots: |
cd wlroots
git checkout 0.9.1
git checkout 0.10.0
meson --prefix=/usr build -Dexamples=false
ninja -C build
sudo ninja -C build install

View file

@ -15,7 +15,7 @@ tasks:
# version, instead of master, to avoid any breaking changes in wlroots.
- wlroots: |
cd wlroots
git checkout 0.9.1
git checkout 0.10.0
meson --prefix=/usr build -Dexamples=false
ninja -C build
sudo ninja -C build install

View file

@ -18,7 +18,7 @@ tasks:
# version, instead of master, to avoid any breaking changes in wlroots.
- wlroots: |
cd wlroots
git checkout 0.9.1
git checkout 0.10.0
meson --prefix=/usr/local build -Dexamples=false
ninja -C build
sudo ninja -C build install