mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-10-29 05:40:19 -04:00
CI: use wlroots 0.6.0
This commit is contained in:
parent
61894994f3
commit
887c855a3b
3 changed files with 6 additions and 6 deletions
|
|
@ -17,8 +17,8 @@ tasks:
|
||||||
# version, instead of master, to avoid any breaking changes in wlroots.
|
# version, instead of master, to avoid any breaking changes in wlroots.
|
||||||
- wlroots: |
|
- wlroots: |
|
||||||
cd wlroots
|
cd wlroots
|
||||||
# This corresponds to the tag of 0.5.0
|
# This corresponds to the tag of 0.6.0
|
||||||
git checkout c9137cba691b57c3eaf3ff94f9bf8e623f66ccc5
|
git checkout c0305f4f864543f8c3fea6f302e91c9b1d3396f3
|
||||||
meson --prefix=/usr build -Drootston=false -Dexamples=false
|
meson --prefix=/usr build -Drootston=false -Dexamples=false
|
||||||
ninja -C build
|
ninja -C build
|
||||||
sudo ninja -C build install
|
sudo ninja -C build install
|
||||||
|
|
|
||||||
|
|
@ -15,8 +15,8 @@ tasks:
|
||||||
# version, instead of master, to avoid any breaking changes in wlroots.
|
# version, instead of master, to avoid any breaking changes in wlroots.
|
||||||
- wlroots: |
|
- wlroots: |
|
||||||
cd wlroots
|
cd wlroots
|
||||||
# This corresponds to the tag of 0.5.0
|
# This corresponds to the tag of 0.6.0
|
||||||
git checkout c9137cba691b57c3eaf3ff94f9bf8e623f66ccc5
|
git checkout c0305f4f864543f8c3fea6f302e91c9b1d3396f3
|
||||||
meson --prefix=/usr build -Drootston=false -Dexamples=false
|
meson --prefix=/usr build -Drootston=false -Dexamples=false
|
||||||
ninja -C build
|
ninja -C build
|
||||||
sudo ninja -C build install
|
sudo ninja -C build install
|
||||||
|
|
|
||||||
|
|
@ -18,8 +18,8 @@ tasks:
|
||||||
# version, instead of master, to avoid any breaking changes in wlroots.
|
# version, instead of master, to avoid any breaking changes in wlroots.
|
||||||
- wlroots: |
|
- wlroots: |
|
||||||
cd wlroots
|
cd wlroots
|
||||||
# This corresponds to the tag of 0.5.0
|
# This corresponds to the tag of 0.6.0
|
||||||
git checkout c9137cba691b57c3eaf3ff94f9bf8e623f66ccc5
|
git checkout c0305f4f864543f8c3fea6f302e91c9b1d3396f3
|
||||||
meson --prefix=/usr/local build -Drootston=false -Dexamples=false
|
meson --prefix=/usr/local build -Drootston=false -Dexamples=false
|
||||||
ninja -C build
|
ninja -C build
|
||||||
sudo ninja -C build install
|
sudo ninja -C build install
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue