mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-21 22:52:20 +00: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
@ -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…
Reference in New Issue
Block a user