aboutsummaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2018-12-12 10:26:21 +1000
committerteor <teor@torproject.org>2018-12-12 10:26:21 +1000
commit8651fe8959274e9c0ddf53ab10ebb33f28152878 (patch)
treed08ee187a9908c7abc6fa52097f445eed0983167 /.appveyor.yml
parentc1f86f74927d9233305b4ef93adebf52dadd0147 (diff)
downloadtor-8651fe8959274e9c0ddf53ab10ebb33f28152878.tar.gz
tor-8651fe8959274e9c0ddf53ab10ebb33f28152878.zip
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.
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 837cded43c..69cbd8e2d6 100644
--- a/.appveyor.yml
+++ b/.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