mirror of
https://github.com/g-truc/glm.git
synced 2025-04-05 05:25:02 +00:00
Reorder C.I. tests
This commit is contained in:
parent
9769e07447
commit
edba7bf9a3
1 changed files with 4 additions and 3 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
@ -31,9 +31,10 @@ jobs:
|
|||
- name: CMake Version
|
||||
run: cmake --version
|
||||
- name: Run with automagic detection
|
||||
run: cmake -S. -B ./build_auto
|
||||
run: ctest --verbose -C ${{matrix.config}} --test-dir ./build_auto
|
||||
- run: cmake --build ./build_auto --config ${{matrix.config}}
|
||||
run:
|
||||
cmake -S. -B ./build_auto |
|
||||
ctest --verbose -C ${{matrix.config}} --test-dir ./build_auto |
|
||||
cmake --build ./build_auto --config ${{matrix.config}}
|
||||
- run: cmake -S. -B ./build_pure_std -DGLM_TEST_FORCE_PURE=ON -DGLM_TEST_ENABLE_CXX_${{matrix.std}}=ON
|
||||
- run: cmake -S. -B ./build_pure_ext -DGLM_TEST_FORCE_PURE=ON -DGLM_TEST_ENABLE_CXX_${{matrix.std}}=ON -DGLM_TEST_ENABLE_LANG_EXTENSIONS=ON
|
||||
- run: cmake -S. -B ./build_sse2_std -DGLM_TEST_ENABLE_SIMD_SSE2=ON -DGLM_TEST_ENABLE_CXX_${{matrix.std}}=ON
|
||||
|
|
Loading…
Add table
Reference in a new issue