mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-04-05 07:15:39 -04:00
CI: add tasks that build without XWayland
This commit is contained in:
parent
1e3417cd65
commit
b2bcf06eee
3 changed files with 19 additions and 0 deletions
|
|
@ -26,3 +26,9 @@ tasks:
|
|||
cd cage
|
||||
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig meson build --werror -Dxwayland=true
|
||||
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ninja -C build
|
||||
rm -rf build
|
||||
- build-no-xwayland: |
|
||||
cd cage
|
||||
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig meson build --werror -Dxwayland=false
|
||||
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ninja -C build
|
||||
rm -rf build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue