mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-03-12 05:34:35 -04:00
ci: Run tests and benchmarks
This commit is contained in:
parent
648790f43a
commit
2938c10cd3
3 changed files with 10 additions and 0 deletions
|
|
@ -37,6 +37,10 @@ tasks:
|
|||
- clang: |
|
||||
cd wlroots/build-clang
|
||||
ninja
|
||||
- test: |
|
||||
cd wlroots/build-gcc
|
||||
meson test --verbose
|
||||
meson test --benchmark --verbose
|
||||
- smoke-test: |
|
||||
cd wlroots/build-gcc/tinywl
|
||||
sudo modprobe vkms
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue