Skip to content

Commit 5eb9810

Browse files
committed
ci: Build with meson without submodules relying on wraps only
Fixes #594
1 parent 3b136f8 commit 5eb9810

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/check.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,3 +154,9 @@ jobs:
154154
path: |
155155
builddir/meson-logs/testlog.txt
156156
installed-test-logs/
157+
158+
- name: Configure flatpak-builder with Meson wraps
159+
run: meson setup --wrap-mode=forcefallback . ${BUILDDIR}_wrap
160+
161+
- name: Build flatpak-builder with Meson wraps
162+
run: meson compile -C ${BUILDDIR}_wrap

0 commit comments

Comments
 (0)