Run on multiple platforms to test multiple compiler versions

This commit is contained in:
christophe 2023-12-26 11:18:00 +01:00
parent 423a9de3ba
commit b9251ef214

View File

@ -57,8 +57,7 @@ jobs:
run: cmake --build ./build_avx1_ext --config ${{matrix.config}}
run: ctest --verbose -C ${{matrix.config}} --test-dir ./build_avx1_std
run: ctest --verbose -C ${{matrix.config}} --test-dir ./build_avx1_ext
- if: "contains(${{matrix.platform}}, 'ubuntu') || contains(${{matrix.platform}}, 'windows')"
name: Build and Test GLM_TEST_ENABLE_SIMD_AVX
- name: Build and Test GLM_TEST_ENABLE_SIMD_AVX2
run: cmake -S. -B ./build_avx2_std -DGLM_TEST_ENABLE_SIMD_AVX2=ON -DGLM_TEST_ENABLE_CXX_${{matrix.std}}=ON
run: cmake -S. -B ./build_avx2_ext -DGLM_TEST_ENABLE_SIMD_AVX2=ON -DGLM_TEST_ENABLE_CXX_${{matrix.std}}=ON -DGLM_TEST_ENABLE_LANG_EXTENSIONS=ON
run: cmake --build ./build_avx2_std --config ${{matrix.config}}