|
|
@ -83,6 +83,9 @@ jobs:
|
|
|
|
matrix:
|
|
|
|
matrix:
|
|
|
|
deps: ['enabled', 'disabled']
|
|
|
|
deps: ['enabled', 'disabled']
|
|
|
|
platform: ['UCRT64', 'CLANG32', 'CLANG64']
|
|
|
|
platform: ['UCRT64', 'CLANG32', 'CLANG64']
|
|
|
|
|
|
|
|
defaults:
|
|
|
|
|
|
|
|
run:
|
|
|
|
|
|
|
|
shell: msys2 {0}
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v3
|
|
|
|
- uses: actions/checkout@v3
|
|
|
|
|
|
|
|
|
|
|
@ -100,7 +103,6 @@ jobs:
|
|
|
|
pkgconf:p
|
|
|
|
pkgconf:p
|
|
|
|
|
|
|
|
|
|
|
|
- name: Compile and Test
|
|
|
|
- name: Compile and Test
|
|
|
|
shell: msys2 {0}
|
|
|
|
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
meson setup "${{github.workspace}}/build" -Dauto_features=${{matrix.deps}} -Dwarning_level=3 -Dcpp_std=c++20
|
|
|
|
meson setup "${{github.workspace}}/build" -Dauto_features=${{matrix.deps}} -Dwarning_level=3 -Dcpp_std=c++20
|
|
|
|
meson compile -C "${{github.workspace}}/build" --verbose
|
|
|
|
meson compile -C "${{github.workspace}}/build" --verbose
|
|
|
|