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.
This commit is contained in:
teor 2018-11-05 16:21:58 +10:00
parent 996f24fcd3
commit 368aeaadff
No known key found for this signature in database
GPG Key ID: 10FEAA0E7075672A
2 changed files with 9 additions and 0 deletions

View 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

3
changes/ticket28318 Normal file
View File

@ -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.