diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-12-13 08:22:01 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-12-13 08:22:01 -0500 |
commit | a3fe08164758e755fb2b51c7fb96e42d96179640 (patch) | |
tree | 2ee2403dfca89d89d18be0990214f1e53d652939 | |
parent | b2625b09f1e455d9a2a3704ae50d968276d170ac (diff) | |
parent | 8651fe8959274e9c0ddf53ab10ebb33f28152878 (diff) | |
download | tor-a3fe08164758e755fb2b51c7fb96e42d96179640.tar.gz tor-a3fe08164758e755fb2b51c7fb96e42d96179640.zip |
Merge remote-tracking branch 'teor/bug28826-035' into 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 |