CI: add tasks that build without XWayland

This commit is contained in:
Jente Hidskes 2020-02-17 21:57:15 +01:00
parent 05fd06ab50
commit ac8cd83cde
No known key found for this signature in database
GPG key ID: 04BE5A29F32D91EA
3 changed files with 19 additions and 0 deletions

View file

@ -25,3 +25,9 @@ tasks:
cd cage
meson build --werror -Dxwayland=true
ninja -C build
rm -rf build
- build-no-xwayland: |
cd cage
meson build --werror -Dxwayland=false
ninja -C build
rm -rf build