[tor-commits] [tor/maint-0.3.5] Appveyor: Explain appveyor image names in the comments

nickm at torproject.org nickm at torproject.org
Thu Dec 13 13:22:31 UTC 2018


commit 8651fe8959274e9c0ddf53ab10ebb33f28152878
Author: teor <teor at torproject.org>
Date:   Wed Dec 12 10:26:21 2018 +1000

    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.
---
 .appveyor.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.appveyor.yml b/.appveyor.yml
index 837cded43..69cbd8e2d 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





More information about the tor-commits mailing list