mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-10-29 05:40:19 -04:00
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:
parent
cc1f975c44
commit
30d805d6ff
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue