Skip to content

Commit

Permalink
CI: bump wlroots version to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeich authored and Hjdskes committed Apr 9, 2021
1 parent b07647f commit 0891f4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .builds/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tasks:
# version, instead of master, to avoid any breaking changes in wlroots.
- wlroots: |
cd wlroots
git checkout 0.11.0
git checkout 0.13.0
meson --prefix=/usr build -Dexamples=false
ninja -C build
sudo ninja -C build install
Expand Down
2 changes: 1 addition & 1 deletion .builds/archlinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tasks:
# version, instead of master, to avoid any breaking changes in wlroots.
- wlroots: |
cd wlroots
git checkout 0.11.0
git checkout 0.13.0
meson --prefix=/usr build -Dexamples=false
ninja -C build
sudo ninja -C build install
Expand Down
2 changes: 1 addition & 1 deletion .builds/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tasks:
# version, instead of master, to avoid any breaking changes in wlroots.
- wlroots: |
cd wlroots
git checkout 0.11.0
git checkout 0.13.0
meson --prefix=/usr/local build -Dexamples=false
ninja -C build
sudo ninja -C build install
Expand Down

0 comments on commit 0891f4b

Please sign in to comment.