aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorArkady Shapkin <arkady.shapkin@gmail.com>2017-10-25 18:37:57 +0300
committerArkady Shapkin <arkady.shapkin@gmail.com>2017-10-26 00:02:11 +0300
commitb153bfd8f50385c2fbe714e967ae503e5cd85a9a (patch)
treee25e4567e58016055c50588c34fc93c42bbfcaad /appveyor.yml
parent3121b2049e30d2579c03f841caf4049a2c45cdcd (diff)
downloadgoogletest-b153bfd8f50385c2fbe714e967ae503e5cd85a9a.tar.gz
googletest-b153bfd8f50385c2fbe714e967ae503e5cd85a9a.tar.bz2
googletest-b153bfd8f50385c2fbe714e967ae503e5cd85a9a.zip
Enable CI for VS2017
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index f129d7c5..4e8d6f6e 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -4,6 +4,14 @@ os: Visual Studio 2015
environment:
matrix:
+ - compiler: msvc-15-seh
+ generator: "Visual Studio 15 2017"
+ APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
+
+ - compiler: msvc-15-seh
+ generator: "Visual Studio 15 2017 Win64"
+ APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
+
- compiler: msvc-14-seh
generator: "Visual Studio 14 2015"