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

This commit is contained in:
Nick Mathewson
2018-11-07 11:16:52 -05:00
2 changed files with 9 additions and 0 deletions
+6
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
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.