mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-19 09:50:29 +01:00
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:
parent
996f24fcd3
commit
368aeaadff
@ -2,6 +2,12 @@ version: 1.0.{build}
|
|||||||
|
|
||||||
clone_depth: 50
|
clone_depth: 50
|
||||||
|
|
||||||
|
image:
|
||||||
|
# Windows Server 2012 R2
|
||||||
|
- Visual Studio 2015
|
||||||
|
# Windows Server 2016
|
||||||
|
- Visual Studio 2017
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
compiler: mingw
|
compiler: mingw
|
||||||
|
|
||||||
|
3
changes/ticket28318
Normal file
3
changes/ticket28318
Normal 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.
|
Loading…
Reference in New Issue
Block a user