Skip to content

Commit fd7a7c7

Browse files
committed
meson CI: add verbose flag
Now that newer meson is used, verbose can be added as elsewhere. Signed-off-by: Rosen Penev <[email protected]>
1 parent 16a1921 commit fd7a7c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/on_PR_meson.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ jobs:
142142
- name: Compile and Test
143143
run: |
144144
meson setup "${{github.workspace}}/build" -Dauto_features=${{matrix.deps}} -Dwarning_level=3 -Dnls=disabled
145-
meson compile -C "${{github.workspace}}/build"
146-
meson test -C "${{github.workspace}}/build"
145+
meson compile -C "${{github.workspace}}/build" --verbose
146+
meson test -C "${{github.workspace}}/build" --verbose
147147
FreeBSD:
148148
runs-on: ubuntu-latest
149149
steps:

0 commit comments

Comments
 (0)