summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-12-13 08:22:04 -0500
committerNick Mathewson <nickm@torproject.org>2018-12-13 08:22:04 -0500
commit54fedab54a02fbaab5bcaf76e22b32fa80b96906 (patch)
tree7b467a59666a05dd8127dac7c093b9a0b9b01226
parent06870e301821250206929d6978b82d0ade9526aa (diff)
parenta3fe08164758e755fb2b51c7fb96e42d96179640 (diff)
downloadtor-54fedab54a02fbaab5bcaf76e22b32fa80b96906.tar.gz
tor-54fedab54a02fbaab5bcaf76e22b32fa80b96906.zip
Merge branch 'maint-0.3.5' into release-0.3.5
-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