Reorder C.I. tests

This commit is contained in:
christophe 2023-12-27 10:26:24 +01:00
parent ad49342fa2
commit 60ac141300

View file

@ -39,7 +39,7 @@ jobs:
- name: Run with GLM_TEST_FORCE_PURE
run:
cmake -S. -B ./build_pure_std -T v143 -DGLM_TEST_FORCE_PURE=ON -DGLM_TEST_ENABLE_CXX_${{matrix.std}}=ON |
cmake --build ./build_auto --config ${{matrix.config}} |
cmake --build ./build_pure_std --config ${{matrix.config}} |
ctest --verbose -C ${{matrix.config}} --test-dir ./build_pure_std
- name: Run with GLM_TEST_FORCE_PURE and language extensions
run:
@ -112,7 +112,7 @@ jobs:
- name: Run with GLM_TEST_FORCE_PURE
run:
cmake -S. -B ./build_pure_std -DGLM_TEST_FORCE_PURE=ON -DGLM_TEST_ENABLE_CXX_${{matrix.std}}=ON |
cmake --build ./build_auto --config ${{matrix.config}} |
cmake --build ./build_pure_std --config ${{matrix.config}} |
ctest --verbose -C ${{matrix.config}} --test-dir ./build_pure_std
- name: Run with GLM_TEST_FORCE_PURE and language extensions
run:
@ -185,7 +185,7 @@ jobs:
- name: Run with GLM_TEST_FORCE_PURE
run:
cmake -S. -B ./build_pure_std -DGLM_TEST_FORCE_PURE=ON -DGLM_TEST_ENABLE_CXX_${{matrix.std}}=ON |
cmake --build ./build_auto --config ${{matrix.config}} |
cmake --build ./build_pure_std --config ${{matrix.config}} |
ctest --verbose -C ${{matrix.config}} --test-dir ./build_pure_std
- name: Run with GLM_TEST_FORCE_PURE and language extensions
run: