|
|
@ -54,7 +54,7 @@ jobs:
|
|
|
|
env:
|
|
|
|
env:
|
|
|
|
CXXFLAGS: '/analyze'
|
|
|
|
CXXFLAGS: '/analyze'
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
meson setup "${{github.workspace}}/build" --wrap-mode=${{matrix.deps}} -Ddefault_library=${{matrix.type}} -Dwarning_level=3 -Dcpp_std=c++20
|
|
|
|
meson setup "${{github.workspace}}/build" --wrap-mode=${{matrix.deps}} -Ddefault_library=${{matrix.type}} -Dwarning_level=3 -Dcpp_std=c++latest
|
|
|
|
meson compile -C "${{github.workspace}}/build" --verbose
|
|
|
|
meson compile -C "${{github.workspace}}/build" --verbose
|
|
|
|
meson test -C "${{github.workspace}}/build" --verbose
|
|
|
|
meson test -C "${{github.workspace}}/build" --verbose
|
|
|
|
|
|
|
|
|
|
|
|