aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2017-11-07 10:32:23 -0800
committerGitHub <noreply@github.com>2017-11-07 10:32:23 -0800
commit49eb76df471857fe1bd573b0636b1f9dd4fc8e4f (patch)
tree156d379675f771d096d84a2ced2972b46ed83a4a /appveyor.yml
parentceee80c383d6f34af1a4e0fbb464f3f144cded68 (diff)
parentd175c8bf823e709d570772b038757fadf63bc632 (diff)
downloadgoogletest-49eb76df471857fe1bd573b0636b1f9dd4fc8e4f.tar.gz
googletest-49eb76df471857fe1bd573b0636b1f9dd4fc8e4f.tar.bz2
googletest-49eb76df471857fe1bd573b0636b1f9dd4fc8e4f.zip
Merge branch 'master' into hethi/issue-360-remove-GTEST_HAS_PARAM_TESTS
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"