mirror of
https://github.com/g-truc/glm.git
synced 2024-11-22 17:04:35 +00:00
Run on multiple platforms to test multiple compiler versions
This commit is contained in:
parent
423a9de3ba
commit
b9251ef214
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -57,8 +57,7 @@ jobs:
|
|||||||
run: cmake --build ./build_avx1_ext --config ${{matrix.config}}
|
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_std
|
||||||
run: ctest --verbose -C ${{matrix.config}} --test-dir ./build_avx1_ext
|
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_AVX2
|
||||||
name: Build and Test GLM_TEST_ENABLE_SIMD_AVX
|
|
||||||
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_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 -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}}
|
run: cmake --build ./build_avx2_std --config ${{matrix.config}}
|
||||||
|
Loading…
Reference in New Issue
Block a user