File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 8585 CC : ${{ matrix.compiler }}
8686 BASE_CFLAGS : -Wp,-D_FORTIFY_SOURCE=2
8787 BUILDDIR : builddir
88+ CONFIG_OPTS : -Dinstalled_tests=true
8889
8990 steps :
9091 - name : Install Dependencies
@@ -141,7 +142,7 @@ jobs:
141142 uses : actions/checkout@v4
142143
143144 - name : Configure flatpak-builder
144- run : meson setup --wrap-mode nodownload ${BUILDDIR} .
145+ run : meson setup --wrap-mode nodownload ${CONFIG_OPTS} ${ BUILDDIR} .
145146
146147 - name : Build flatpak-builder with Meson
147148 run : meson compile -C ${BUILDDIR}
@@ -168,7 +169,7 @@ jobs:
168169 installed-test-logs/
169170
170171 - name : Configure flatpak-builder with Meson wraps
171- run : meson setup --wrap-mode=forcefallback ${BUILDDIR}_wrap .
172+ run : meson setup --wrap-mode=forcefallback ${CONFIG_OPTS} ${ BUILDDIR}_wrap .
172173
173174 - name : Build flatpak-builder with Meson wraps
174175 run : meson compile -C ${BUILDDIR}_wrap
You can’t perform that action at this time.
0 commit comments