ci: Run tests and benchmarks

This commit is contained in:
Kenny Levinsen 2026-02-27 13:24:45 +01:00 committed by Simon Ser
parent 648790f43a
commit 2938c10cd3
3 changed files with 10 additions and 0 deletions

View file

@ -32,6 +32,9 @@ tasks:
meson setup build --fatal-meson-warnings -Dauto_features=enabled -Dallocators=gbm
ninja -C build
sudo ninja -C build install
- test: |
cd wlroots
meson test -C build --verbose
- tinywl: |
cd wlroots/tinywl
make