From 71af8820872c3f97f11512fc109dcd38d3aab95f Mon Sep 17 00:00:00 2001 From: christophe Date: Thu, 28 Dec 2023 10:33:03 +0100 Subject: [PATCH] Disable perf test by default --- .github/workflows/ci.yml | 2 +- test/CMakeLists.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35021b118..ee7cf6e0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 576013693..20834019e 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -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)