meson CI: remove /analyze
slows down CI massively. Not too useful as most issues have been fixed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
c4ad51077a
commit
63b5ea47f9
2
.github/workflows/on_PR_meson.yaml
vendored
2
.github/workflows/on_PR_meson.yaml
vendored
@ -72,8 +72,6 @@ jobs:
|
||||
arch: ${{matrix.platform}}
|
||||
|
||||
- name: Compile and Test
|
||||
env:
|
||||
CXXFLAGS: '/analyze'
|
||||
run: |
|
||||
meson setup "${{github.workspace}}/build" --wrap-mode=${{matrix.deps}} -Dwarning_level=3 -Dcpp_std=c++latest
|
||||
meson compile -C "${{github.workspace}}/build" --verbose
|
||||
|
||||
Loading…
Reference in New Issue
Block a user