diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2017-10-30 11:11:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-30 11:11:38 -0400 |
commit | 43d6ad75bc4ffac9aeadc9e32184613cd082d52b (patch) | |
tree | e25e4567e58016055c50588c34fc93c42bbfcaad | |
parent | 3121b2049e30d2579c03f841caf4049a2c45cdcd (diff) | |
parent | b153bfd8f50385c2fbe714e967ae503e5cd85a9a (diff) | |
download | googletest-43d6ad75bc4ffac9aeadc9e32184613cd082d52b.tar.gz googletest-43d6ad75bc4ffac9aeadc9e32184613cd082d52b.tar.bz2 googletest-43d6ad75bc4ffac9aeadc9e32184613cd082d52b.zip |
Merge pull request #1308 from KindDragon/vs2017-ci
Enable CI for VS2017
-rw-r--r-- | appveyor.yml | 8 |
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" |