mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-03-05 01:41:05 -05:00
ci: turn on --fatal-meson-warnings
Catches mistakes such as non-existing build options.
This commit is contained in:
parent
df508d65e7
commit
69c5eccc50
1 changed files with 3 additions and 2 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
|
@ -34,10 +34,11 @@ jobs:
|
||||||
- name: Fetch wlroots as a subproject
|
- name: Fetch wlroots as a subproject
|
||||||
run: git clone https://gitlab.freedesktop.org/wlroots/wlroots.git subprojects/wlroots -b 0.17
|
run: git clone https://gitlab.freedesktop.org/wlroots/wlroots.git subprojects/wlroots -b 0.17
|
||||||
|
|
||||||
# TODO: use --fatal-meson-warnings when on wlroots 0.15.0
|
|
||||||
- name: Compile Cage (XWayland=${{ matrix.xwayland }})
|
- name: Compile Cage (XWayland=${{ matrix.xwayland }})
|
||||||
run: |
|
run: |
|
||||||
meson build-${{ matrix.CC }}-${{matrix.xwayland }} -Dwlroots:xwayland=${{ matrix.xwayland }}
|
meson --fatal-meson-warnings \
|
||||||
|
build-${{ matrix.CC }}-${{matrix.xwayland }} \
|
||||||
|
-Dwlroots:xwayland=${{ matrix.xwayland }}
|
||||||
ninja -C build-${{ matrix.CC }}-${{matrix.xwayland }}
|
ninja -C build-${{ matrix.CC }}-${{matrix.xwayland }}
|
||||||
|
|
||||||
format:
|
format:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue