tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit aea2b0446785b76d09bb1a615acc2d0976a87c0d
parent c60f3ea6077451facf2335b7a7c4bc9eaf13c038
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed,  7 Nov 2018 11:16:52 -0500

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

Diffstat:
M.appveyor.yml | 6++++++
Achanges/ticket28318 | 3+++
2 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/.appveyor.yml b/.appveyor.yml @@ -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 @@ -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.