[tor-commits] [tor/release-0.3.5] Appveyor: Add Windows Server 2016 to tor's build matrix

nickm at torproject.org nickm at torproject.org
Wed Nov 7 16:17:02 UTC 2018


commit 368aeaadffa9005febbcdf55c813812771dfe6f1
Author: teor <teor at torproject.org>
Date:   Mon Nov 5 16:21:58 2018 +1000

    Appveyor: Add Windows Server 2016 to tor's build matrix
    
    Build tor on Windows Server 2012 R2 and Windows Server 2016 using
    Appveyor's CI.
    
    Closes ticket 28318.
---
 .appveyor.yml       | 6 ++++++
 changes/ticket28318 | 3 +++
 2 files changed, 9 insertions(+)

diff --git a/.appveyor.yml b/.appveyor.yml
index 7d8927ee3..c8db2505f 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -2,6 +2,12 @@ version: 1.0.{build}
 
 clone_depth: 50
 
+image:
+  # Windows Server 2012 R2
+  - Visual Studio 2015
+  # Windows Server 2016
+  - Visual Studio 2017
+
 environment:
   compiler: mingw
 
diff --git a/changes/ticket28318 b/changes/ticket28318
new file mode 100644
index 000000000..24dc1e958
--- /dev/null
+++ b/changes/ticket28318
@@ -0,0 +1,3 @@
+  o Minor features (Windows, continuous integration):
+    - Build tor on Windows Server 2012 R2 and Windows Server 2016 using
+      Appveyor's CI. Closes ticket 28318.





More information about the tor-commits mailing list