CI: use wlroots 0.6.0

This commit is contained in:
Jente Hidskes 2019-05-03 19:39:19 +02:00 committed by Jente Hidskes
parent 61894994f3
commit 887c855a3b
3 changed files with 6 additions and 6 deletions

View file

@ -17,8 +17,8 @@ tasks:
# version, instead of master, to avoid any breaking changes in wlroots.
- wlroots: |
cd wlroots
# This corresponds to the tag of 0.5.0
git checkout c9137cba691b57c3eaf3ff94f9bf8e623f66ccc5
# This corresponds to the tag of 0.6.0
git checkout c0305f4f864543f8c3fea6f302e91c9b1d3396f3
meson --prefix=/usr build -Drootston=false -Dexamples=false
ninja -C build
sudo ninja -C build install

View file

@ -15,8 +15,8 @@ tasks:
# version, instead of master, to avoid any breaking changes in wlroots.
- wlroots: |
cd wlroots
# This corresponds to the tag of 0.5.0
git checkout c9137cba691b57c3eaf3ff94f9bf8e623f66ccc5
# This corresponds to the tag of 0.6.0
git checkout c0305f4f864543f8c3fea6f302e91c9b1d3396f3
meson --prefix=/usr build -Drootston=false -Dexamples=false
ninja -C build
sudo ninja -C build install

View file

@ -18,8 +18,8 @@ tasks:
# version, instead of master, to avoid any breaking changes in wlroots.
- wlroots: |
cd wlroots
# This corresponds to the tag of 0.5.0
git checkout c9137cba691b57c3eaf3ff94f9bf8e623f66ccc5
# This corresponds to the tag of 0.6.0
git checkout c0305f4f864543f8c3fea6f302e91c9b1d3396f3
meson --prefix=/usr/local build -Drootston=false -Dexamples=false
ninja -C build
sudo ninja -C build install