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.
This commit is contained in:
teor 2018-12-12 10:26:21 +10:00
parent c1f86f7492
commit 8651fe8959
No known key found for this signature in database
GPG Key ID: 10FEAA0E7075672A

View 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