From 368aeaadffa9005febbcdf55c813812771dfe6f1 Mon Sep 17 00:00:00 2001 From: teor Date: Mon, 5 Nov 2018 16:21:58 +1000 Subject: 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. --- .appveyor.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.appveyor.yml') diff --git a/.appveyor.yml b/.appveyor.yml index 7d8927ee35..c8db2505f2 100644 --- 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 -- cgit v1.2.3-54-g00ecf