mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -04:00
CI: add no-backends build test
This commit is contained in:
parent
2fe2bf5051
commit
c0228d53a4
1 changed files with 13 additions and 0 deletions
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
|
|
@ -210,6 +210,19 @@ jobs:
|
|||
meson compile -C build-gcc-no-feature
|
||||
' | $TARGET
|
||||
|
||||
# No backend build, run on Arch only
|
||||
- name: Build with gcc - no-backends test
|
||||
if: matrix.name == 'Arch'
|
||||
run: |
|
||||
echo '
|
||||
cd "$GITHUB_WORKSPACE"
|
||||
export CC=gcc
|
||||
meson setup build-gcc-no-backends \
|
||||
-Dwlroots:backends= -Dwlroots:session=disabled --werror \
|
||||
--force-fallback-for=wlroots
|
||||
meson compile -C build-gcc-no-backends
|
||||
' | $TARGET
|
||||
|
||||
# Unit tests, run on Arch only
|
||||
- name: Build with gcc - unit test
|
||||
if: matrix.name == 'Arch'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue