]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Appveyor: Explain appveyor image names in the comments
authorteor <teor@torproject.org>
Wed, 12 Dec 2018 00:26:21 +0000 (10:26 +1000)
committerteor <teor@torproject.org>
Wed, 12 Dec 2018 00:26:21 +0000 (10:26 +1000)
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.

.appveyor.yml

index 837cded43c67b5550cd1afdf191834d9bf6d8675..69cbd8e2d6b00fa1a6ee7578caec73752195f16e 100644 (file)
@@ -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