mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
ci: use tinywl built by Meson
This removes the need for repeating and keeping in sync build options for Meson and make invocations.
This commit is contained in:
parent
a35b4f059d
commit
f057239b6a
1 changed files with 2 additions and 2 deletions
|
|
@ -33,12 +33,12 @@ tasks:
|
||||||
ninja
|
ninja
|
||||||
sudo ninja install
|
sudo ninja install
|
||||||
cd ../tinywl
|
cd ../tinywl
|
||||||
CFLAGS="-fsanitize=address,undefined -fno-omit-frame-pointer" make
|
make
|
||||||
- clang: |
|
- clang: |
|
||||||
cd wlroots/build-clang
|
cd wlroots/build-clang
|
||||||
ninja
|
ninja
|
||||||
- smoke-test: |
|
- smoke-test: |
|
||||||
cd wlroots/tinywl
|
cd wlroots/build-gcc/tinywl
|
||||||
sudo modprobe vkms
|
sudo modprobe vkms
|
||||||
udevadm settle
|
udevadm settle
|
||||||
export WLR_BACKENDS=drm
|
export WLR_BACKENDS=drm
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue