Skip to content

Commit cbc1dea

Browse files
committed
ci: Build with meson without submodules relying on wraps only
Fixes #594
1 parent 2e01eae commit cbc1dea

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
@@ -166,3 +166,9 @@ jobs:
166166
path: |
167167
builddir/meson-logs/testlog.txt
168168
installed-test-logs/
169+
170+
- name: Configure flatpak-builder with Meson wraps
171+
run: meson setup --wrap-mode=forcefallback ${BUILDDIR}_wrap .
172+
173+
- name: Build flatpak-builder with Meson wraps
174+
run: meson compile -C ${BUILDDIR}_wrap

0 commit comments

Comments
 (0)