We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a1921 commit fd7a7c7Copy full SHA for fd7a7c7
.github/workflows/on_PR_meson.yaml
@@ -142,8 +142,8 @@ jobs:
142
- name: Compile and Test
143
run: |
144
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"
+ meson compile -C "${{github.workspace}}/build" --verbose
+ meson test -C "${{github.workspace}}/build" --verbose
147
FreeBSD:
148
runs-on: ubuntu-latest
149
steps:
0 commit comments