]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Appveyor: Use Windows Server 2019
authorteor <teor@torproject.org>
Sun, 20 Oct 2019 09:39:48 +0000 (19:39 +1000)
committerteor <teor@torproject.org>
Sun, 20 Oct 2019 12:04:08 +0000 (22:04 +1000)
Instead of Windows Server 2016.

Closes ticket 32086.

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

index 9913bf3bd9fd3579a2313344d7f239fe2df6e23f..12713b7518c1a1a8723c7008a07df06275cbcd26 100644 (file)
@@ -6,8 +6,8 @@ clone_depth: 50
 # But we compile using MinGW, not Visual Studio.
 # We use these images because they have different Windows versions.
 image:
-  # Windows Server 2016
-  - Visual Studio 2017
+  # Windows Server 2019
+  - Visual Studio 2019
   # Windows Server 2012 R2
   - Visual Studio 2015
 
@@ -28,11 +28,11 @@ environment:
 matrix:
   # Don't keep building failing jobs
   fast_finish: true
-  # Skip the 32-bit Windows Server 2016 job, and the 64-bit Windows Server
+  # Skip the 32-bit Windows Server 2019 job, and the 64-bit Windows Server
   # 2012 R2 job, to speed up the build.
   # The environment variables must be listed without the 'environment' tag.
   exclude:
-    - image: Visual Studio 2017
+    - image: Visual Studio 2019
       target: i686-w64-mingw32
       compiler_path: mingw32
       mingw_prefix: mingw-w64-i686
diff --git a/changes/ticket32086 b/changes/ticket32086
new file mode 100644 (file)
index 0000000..b9312c2
--- /dev/null
@@ -0,0 +1,3 @@
+  o Testing:
+    - Use Windows Server 2019 instead of Windows Server 2016 in our
+      Appveyor builds. Closes ticket 32086.