aboutsummaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2018-11-05 16:21:58 +1000
committerteor <teor@torproject.org>2018-11-05 16:21:58 +1000
commit368aeaadffa9005febbcdf55c813812771dfe6f1 (patch)
tree0cbcade4609d77f0de6a32d14001ab6dc2692d91 /.appveyor.yml
parent996f24fcd31be197b8cfc9cb5dddd2b04a4cf3a2 (diff)
downloadtor-368aeaadffa9005febbcdf55c813812771dfe6f1.tar.gz
tor-368aeaadffa9005febbcdf55c813812771dfe6f1.zip
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.
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml6
1 files changed, 6 insertions, 0 deletions
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