ci: migrate to codeberg

This commit is contained in:
Isaac Freund 2024-04-01 22:24:14 +02:00
parent 8d59622ae1
commit 8b8ac27c45
No known key found for this signature in database
GPG Key ID: 86DED400DDFD7A11
3 changed files with 6 additions and 6 deletions

View File

@ -22,7 +22,7 @@ packages:
- wget - wget
- xz - xz
sources: sources:
- https://github.com/riverwm/river - https://codeberg.org/river/river
- https://gitlab.freedesktop.org/wayland/wayland.git - https://gitlab.freedesktop.org/wayland/wayland.git
- https://gitlab.freedesktop.org/wlroots/wlroots.git - https://gitlab.freedesktop.org/wlroots/wlroots.git
tasks: tasks:
@ -34,7 +34,7 @@ tasks:
cd .. cd ..
cd wlroots cd wlroots
git checkout 0.17.1 git checkout 0.17.2
meson setup build --auto-features=enabled -Drenderers=gles2 -Dexamples=false \ meson setup build --auto-features=enabled -Drenderers=gles2 -Dexamples=false \
-Dwerror=false -Db_ndebug=false -Dxcb-errors=disabled --prefix /usr -Dwerror=false -Db_ndebug=false -Dxcb-errors=disabled --prefix /usr
sudo ninja -C build/ install sudo ninja -C build/ install

View File

@ -20,7 +20,7 @@ packages:
- wget - wget
- xz - xz
sources: sources:
- https://github.com/riverwm/river - https://codeberg.org/river/river
- https://gitlab.freedesktop.org/wayland/wayland.git - https://gitlab.freedesktop.org/wayland/wayland.git
- https://gitlab.freedesktop.org/wlroots/wlroots.git - https://gitlab.freedesktop.org/wlroots/wlroots.git
tasks: tasks:
@ -32,7 +32,7 @@ tasks:
cd .. cd ..
cd wlroots cd wlroots
git checkout 0.17.1 git checkout 0.17.2
meson setup build --auto-features=enabled -Drenderers=gles2 -Dexamples=false \ meson setup build --auto-features=enabled -Drenderers=gles2 -Dexamples=false \
-Dwerror=false -Db_ndebug=false --prefix /usr -Dwerror=false -Db_ndebug=false --prefix /usr
sudo ninja -C build/ install sudo ninja -C build/ install

View File

@ -24,7 +24,7 @@ packages:
- scdoc - scdoc
- wget - wget
sources: sources:
- https://github.com/riverwm/river - https://codeberg.org/river/river
- https://gitlab.freedesktop.org/wayland/wayland.git - https://gitlab.freedesktop.org/wayland/wayland.git
- https://gitlab.freedesktop.org/wlroots/wlroots.git - https://gitlab.freedesktop.org/wlroots/wlroots.git
tasks: tasks:
@ -36,7 +36,7 @@ tasks:
cd .. cd ..
cd wlroots cd wlroots
git checkout 0.17.1 git checkout 0.17.2
meson setup build --auto-features=enabled -Drenderers=gles2 -Dexamples=false \ meson setup build --auto-features=enabled -Drenderers=gles2 -Dexamples=false \
-Dwerror=false -Db_ndebug=false --prefix /usr -Dwerror=false -Db_ndebug=false --prefix /usr
sudo ninja -C build/ install sudo ninja -C build/ install