Bladeren bron

Appveyor: Explain appveyor image names in the comments

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.

Closes bug 28826.
teor 6 jaren geleden
bovenliggende
commit
8651fe8959
1 gewijzigde bestanden met toevoegingen van 3 en 0 verwijderingen
  1. 3 0
      .appveyor.yml

+ 3 - 0
.appveyor.yml

@@ -2,6 +2,9 @@ version: 1.0.{build}
 
 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:
   # Windows Server 2012 R2
   - Visual Studio 2015