소스 검색

Merge pull request #4574 from jozefizso/patch-1

Fix appveyor documentation
Feng Xiao 7 년 전
부모
커밋
5932547a6f
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      appveyor.yml

+ 3 - 3
appveyor.yml

@@ -1,11 +1,11 @@
-# Only test one combination: "Visual Studio 12 + Win64 + Debug + DLL". We can
-# test more combinations but AppVeyor just takes too long to finish (each
-# combination takes ~15mins).
 configuration:
   - Debug
 
 environment:
   matrix:
+    # Only test few combinations: "Visual Studio 2015 (14) + Win64/MinGW + Debug + DLL". We can
+    # test more combinations but AppVeyor just takes too long to finish (each
+    # combination takes ~15mins).
     - platform: MinGW
       language: cpp
       image: Visual Studio 2015