浏览代码

Merge remote-tracking branch 'teor/ticket28318-035' into maint-0.3.5

Nick Mathewson 5 年之前
父节点
当前提交
aea2b04467
共有 2 个文件被更改,包括 9 次插入0 次删除
  1. 6 0
      .appveyor.yml
  2. 3 0
      changes/ticket28318

+ 6 - 0
.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
 

+ 3 - 0
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.