mirror of
https://github.com/labwc/labwc.git
synced 2026-04-03 07:15:34 -04:00
CI: add no-backends build test
Some checks failed
labwc.github.io / notify (push) Has been cancelled
Some checks failed
labwc.github.io / notify (push) Has been cancelled
This commit is contained in:
parent
3df8fcda3a
commit
7be58fbaba
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