diff options
author | Arkady Shapkin <arkady.shapkin@gmail.com> | 2017-10-25 15:37:57 (GMT) |
---|---|---|
committer | Arkady Shapkin <arkady.shapkin@gmail.com> | 2017-10-25 21:02:11 (GMT) |
commit | b153bfd8f50385c2fbe714e967ae503e5cd85a9a (patch) | |
tree | e25e4567e58016055c50588c34fc93c42bbfcaad /appveyor.yml | |
parent | 3121b2049e30d2579c03f841caf4049a2c45cdcd (diff) | |
download | googletest-b153bfd8f50385c2fbe714e967ae503e5cd85a9a.zip googletest-b153bfd8f50385c2fbe714e967ae503e5cd85a9a.tar.gz googletest-b153bfd8f50385c2fbe714e967ae503e5cd85a9a.tar.bz2 |
Enable CI for VS2017refs/pull/1308/head
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index f129d7c..4e8d6f6 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" |