ci: rename to river-classic

This commit is contained in:
Isaac Freund
2025-08-30 19:01:10 +02:00
parent 1168a3f47a
commit 50d5108d1f
3 changed files with 12 additions and 12 deletions

View File

@ -23,7 +23,7 @@ packages:
- wget
- xz
sources:
- https://codeberg.org/river/river
- https://codeberg.org/river/river-classic
- https://gitlab.freedesktop.org/wlroots/wlroots.git
tasks:
- install_deps: |
@ -42,13 +42,13 @@ tasks:
sudo mv zig-x86_64-linux-0.15.1/zig /usr/bin/
sudo mv zig-x86_64-linux-0.15.1/lib /usr/lib/zig
- build: |
cd river
cd river-classic
zig build --summary all
- build_xwayland: |
cd river
cd river-classic
zig build --summary all -Dxwayland
- fmt: |
cd river
cd river-classic
zig fmt --check river/
zig fmt --check riverctl/
zig fmt --check rivertile/

View File

@ -20,7 +20,7 @@ packages:
- wget
- xz
sources:
- https://codeberg.org/river/river
- https://codeberg.org/river/river-classic
- https://gitlab.freedesktop.org/wlroots/wlroots.git
tasks:
- install_deps: |
@ -39,13 +39,13 @@ tasks:
sudo mv zig-x86_64-linux-0.15.1/zig /usr/bin/
sudo mv zig-x86_64-linux-0.15.1/lib /usr/lib/zig
- build: |
cd river
cd river-classic
zig build --summary all
- build_xwayland: |
cd river
cd river-classic
zig build --summary all -Dxwayland
- fmt: |
cd river
cd river-classic
zig fmt --check river/
zig fmt --check riverctl/
zig fmt --check rivertile/

View File

@ -26,7 +26,7 @@ packages:
- scdoc
- wget
sources:
- https://codeberg.org/river/river
- https://codeberg.org/river/river-classic
- https://gitlab.freedesktop.org/wlroots/wlroots.git
tasks:
- install_deps: |
@ -46,13 +46,13 @@ tasks:
sudo mv zig-x86_64-freebsd-0.15.1/zig /usr/bin/
sudo mv zig-x86_64-freebsd-0.15.1/lib /usr/lib/zig
- build: |
cd river
cd river-classic
zig build --summary all
- build_xwayland: |
cd river
cd river-classic
zig build --summary all -Dxwayland
- fmt: |
cd river
cd river-classic
zig fmt --check river/
zig fmt --check riverctl/
zig fmt --check rivertile/