mirror of
https://github.com/g-truc/glm.git
synced 2025-04-10 07:18:54 +00:00
Disable perf test by default
This commit is contained in:
parent
934a7a7bc9
commit
71af882087
2 changed files with 1 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os: [windows-latest, windows-2019]
|
||||
toolkit: [v140, v141, v142, v143]
|
||||
toolkit: [v143, v142, v141, v140]
|
||||
std: [98, 11, 14, 17, 20]
|
||||
config: [Debug, Release]
|
||||
exclude:
|
||||
|
|
|
@ -243,7 +243,6 @@ if(GLM_TEST_ENABLE)
|
|||
add_subdirectory(ext)
|
||||
add_subdirectory(gtc)
|
||||
add_subdirectory(gtx)
|
||||
add_subdirectory(perf)
|
||||
endif()
|
||||
if(GLM_PERF_TEST_ENABLE)
|
||||
add_subdirectory(perf)
|
||||
|
|
Loading…
Add table
Reference in a new issue