commit a3fe08164758e755fb2b51c7fb96e42d96179640 parent b2625b09f1e455d9a2a3704ae50d968276d170ac Author: Nick Mathewson <nickm@torproject.org> Date: Thu, 13 Dec 2018 08:22:01 -0500 Merge remote-tracking branch 'teor/bug28826-035' into maint-0.3.5 Diffstat:
| M | .appveyor.yml | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git 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