Przeglądaj źródła

Only test in 32 bits with VC 2019

Christophe Riccio 6 lat temu
rodzic
commit
7565378ef7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .appveyor.yml

+ 1 - 1
.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: |