From 7565378ef7c4b07f7c126454d87e8061ef220a1f Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sat, 7 Sep 2019 14:19:09 +0200 Subject: [PATCH] Only test in 32 bits with VC 2019 --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index bd4767ec..5b018cd0 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -37,7 +37,7 @@ matrix: - image: Visual Studio 2017 configuration: Debug - image: Visual Studio 2019 - GLM_ARGUMENTS: -DGLM_TEST_ENABLE_SIMD_SSE2=ON -DGLM_TEST_ENABLE_LANG_EXTENSIONS=ON + platform: x64 before_build: - ps: |