Skip to content

Commit

Permalink
Reorder C.I. tests
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe committed Dec 27, 2023
1 parent ad49342 commit 60ac141
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 60ac141

Please sign in to comment.