mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-23 20:03:31 +01:00
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:
parent
c1f86f7492
commit
8651fe8959
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user