Disable perf test by default

This commit is contained in:
christophe 2023-12-28 10:33:03 +01:00
parent 934a7a7bc9
commit 71af882087
2 changed files with 1 additions and 2 deletions

View file

@ -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:

View file

@ -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)