瀏覽代碼

Reduce the number of appveyor configurations

Christophe Riccio 7 年之前
父節點
當前提交
8d42169c2a
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      .appveyor.yml

+ 5 - 1
.appveyor.yml

@@ -23,8 +23,12 @@ matrix:
     exclude:
     - image: Visual Studio 2013
       GLM_ARGUMENTS: -DGLM_TEST_ENABLE_SIMD_AVX=ON -DGLM_TEST_ENABLE_LANG_EXTENSIONS=ON
+    - image: Visual Studio 2013
+      configuration: Debug
     - image: Visual Studio 2015
       platform: x86
+    - image: Visual Studio 2015
+      configuration: Debug
     - image: Visual Studio 2017
       platform: x86
 
@@ -49,6 +53,6 @@ build_script:
   - cmake --build . --config %CONFIGURATION% -- /m /v:minimal
 
 test_script:
-  - ctest -j2
+  - ctest -j4
 
 deploy: off