Skip to content

Commit

Permalink
meson CI: add verbose flag
Browse files Browse the repository at this point in the history
Now that newer meson is used, verbose can be added as elsewhere.

Signed-off-by: Rosen Penev <[email protected]>
  • Loading branch information
neheb committed May 6, 2024
1 parent 16a1921 commit fd7a7c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on_PR_meson.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ jobs:
- name: Compile and Test
run: |
meson setup "${{github.workspace}}/build" -Dauto_features=${{matrix.deps}} -Dwarning_level=3 -Dnls=disabled
meson compile -C "${{github.workspace}}/build"
meson test -C "${{github.workspace}}/build"
meson compile -C "${{github.workspace}}/build" --verbose
meson test -C "${{github.workspace}}/build" --verbose
FreeBSD:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit fd7a7c7

Please sign in to comment.