ci: use tinywl built by Meson

This removes the need for repeating and keeping in sync build
options for Meson and make invocations.
master
Simon Ser 10 months ago committed by Alexander Orzechowski
parent a35b4f059d
commit f057239b6a

@ -33,12 +33,12 @@ tasks:
ninja
sudo ninja install
cd ../tinywl
CFLAGS="-fsanitize=address,undefined -fno-omit-frame-pointer" make
make
- clang: |
cd wlroots/build-clang
ninja
- smoke-test: |
cd wlroots/tinywl
cd wlroots/build-gcc/tinywl
sudo modprobe vkms
udevadm settle
export WLR_BACKENDS=drm

Loading…
Cancel
Save