aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-01-25 09:58:51 -0500
committerGitHub <noreply@github.com>2018-01-25 09:58:51 -0500
commit7cced896a08f68599f79cc0b30d9cb386437b117 (patch)
tree642d614b9c93b57cbfd6e1555e25d5de545deff2 /appveyor.yml
parent46ab9ecf1f861493e49ade39ef2f794ce34dc0b4 (diff)
downloadgoogletest-7cced896a08f68599f79cc0b30d9cb386437b117.tar.gz
googletest-7cced896a08f68599f79cc0b30d9cb386437b117.tar.bz2
googletest-7cced896a08f68599f79cc0b30d9cb386437b117.zip
Remove Visual Studio 10,11,12 from build matrix
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/appveyor.yml b/appveyor.yml
index f73f413b..6c50fef8 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -19,21 +19,6 @@ environment:
- compiler: msvc-14-seh
generator: "Visual Studio 14 2015 Win64"
- - compiler: msvc-12-seh
- generator: "Visual Studio 12 2013"
-
- - compiler: msvc-12-seh
- generator: "Visual Studio 12 2013 Win64"
-
- - compiler: msvc-11-seh
- generator: "Visual Studio 11 2012"
-
- - compiler: msvc-11-seh
- generator: "Visual Studio 11 2012 Win64"
-
- - compiler: msvc-10-seh
- generator: "Visual Studio 10 2010"
-
- compiler: gcc-5.3.0-posix
generator: "MinGW Makefiles"
cxx_path: 'C:\mingw-w64\i686-5.3.0-posix-dwarf-rt_v4-rev0\mingw32\bin'