]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Appveyor: Add Windows Server 2016 to tor's build matrix
authorteor <teor@torproject.org>
Mon, 5 Nov 2018 06:21:58 +0000 (16:21 +1000)
committerteor <teor@torproject.org>
Mon, 5 Nov 2018 06:21:58 +0000 (16:21 +1000)
Build tor on Windows Server 2012 R2 and Windows Server 2016 using
Appveyor's CI.

Closes ticket 28318.

.appveyor.yml
changes/ticket28318 [new file with mode: 0644]

index 7d8927ee353403ddb8909cf07d8e3fcf15a151fd..c8db2505f2e252889c44ea10d97462f20f3dd04c 100644 (file)
@@ -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 (file)
index 0000000..24dc1e9
--- /dev/null
@@ -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.