|
|
@ -24,7 +24,10 @@ jobs:
|
|
|
|
python3 -m pip install meson ninja
|
|
|
|
python3 -m pip install meson ninja
|
|
|
|
|
|
|
|
|
|
|
|
- name: Sanity Checks
|
|
|
|
- name: Sanity Checks
|
|
|
|
|
|
|
|
env:
|
|
|
|
|
|
|
|
CXX: clang++-${{matrix.cxx}}
|
|
|
|
|
|
|
|
CXXFLAGS: -stdlib=libc++
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
env CXX=clang++-${{matrix.cxx}} CXXFLAGS=-stdlib=libc++ 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++20
|
|
|
|
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
|
|
|
|