diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-12-13 08:22:26 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-12-13 08:22:26 -0500 |
commit | e17dd46cfdb33299db71a052840f069a364c85fe (patch) | |
tree | 202bb9c0859293b87ec96b5a4a8e60c2f23aeeb0 | |
parent | 53855d72b71cca7c61124bbdfac0a93b1386cb43 (diff) | |
parent | a3fe08164758e755fb2b51c7fb96e42d96179640 (diff) | |
download | tor-e17dd46cfdb33299db71a052840f069a364c85fe.tar.gz tor-e17dd46cfdb33299db71a052840f069a364c85fe.zip |
Merge branch 'maint-0.3.5'
-rw-r--r-- | .appveyor.yml | 3 |
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 |