mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-05-03 06:47:11 -04:00
ci: use "meson setup"
This commit is contained in:
parent
6d9a16e042
commit
bed2ff5afe
1 changed files with 3 additions and 3 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -41,7 +41,7 @@ jobs:
|
||||||
|
|
||||||
- name: Compile Cage (XWayland=${{ matrix.xwayland }})
|
- name: Compile Cage (XWayland=${{ matrix.xwayland }})
|
||||||
run: |
|
run: |
|
||||||
meson --fatal-meson-warnings --wrap-mode=nodownload \
|
meson setup --fatal-meson-warnings --wrap-mode=nodownload \
|
||||||
build-${{ matrix.CC }}-${{matrix.xwayland }} \
|
build-${{ matrix.CC }}-${{matrix.xwayland }} \
|
||||||
-Dwlroots:xwayland=${{ matrix.xwayland }}
|
-Dwlroots:xwayland=${{ matrix.xwayland }}
|
||||||
ninja -C build-${{ matrix.CC }}-${{matrix.xwayland }}
|
ninja -C build-${{ matrix.CC }}-${{matrix.xwayland }}
|
||||||
|
|
@ -60,7 +60,7 @@ jobs:
|
||||||
run: git clone https://gitlab.freedesktop.org/wlroots/wlroots.git subprojects/wlroots -b $WLROOTS_VERSION
|
run: git clone https://gitlab.freedesktop.org/wlroots/wlroots.git subprojects/wlroots -b $WLROOTS_VERSION
|
||||||
- name: Check for formatting changes
|
- name: Check for formatting changes
|
||||||
run: |
|
run: |
|
||||||
meson --wrap-mode=nodownload build-clang-format -Dwlroots:xwayland=enabled
|
meson setup --wrap-mode=nodownload build-clang-format -Dwlroots:xwayland=enabled
|
||||||
ninja -C build-clang-format clang-format-check
|
ninja -C build-clang-format clang-format-check
|
||||||
|
|
||||||
scan-build:
|
scan-build:
|
||||||
|
|
@ -79,5 +79,5 @@ jobs:
|
||||||
run: git clone https://gitlab.freedesktop.org/wlroots/wlroots.git subprojects/wlroots -b $WLROOTS_VERSION
|
run: git clone https://gitlab.freedesktop.org/wlroots/wlroots.git subprojects/wlroots -b $WLROOTS_VERSION
|
||||||
- name: Run scan-build
|
- name: Run scan-build
|
||||||
run: |
|
run: |
|
||||||
meson --wrap-mode=nodownload build-scan-build -Dwlroots:xwayland=enabled
|
meson setup --wrap-mode=nodownload build-scan-build -Dwlroots:xwayland=enabled
|
||||||
ninja -C build-scan-build scan-build
|
ninja -C build-scan-build scan-build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue