소스 검색

Merge remote-tracking branch 'teor/bug28826-035' into maint-0.3.5

Nick Mathewson 5 년 전
부모
커밋
a3fe081647
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      .appveyor.yml

+ 3 - 0
.appveyor.yml

@@ -2,6 +2,9 @@ version: 1.0.{build}
 
 
 clone_depth: 50
 clone_depth: 50
 
 
+# Appveyor images are named after the Visual Studio version they contain.
+# But we compile using MinGW, not Visual Studio.
+# We use these images because they have different Windows versions.
 image:
 image:
   # Windows Server 2012 R2
   # Windows Server 2012 R2
   - Visual Studio 2015
   - Visual Studio 2015