From b83b660fe8a60fc5cbbe02fba170aec1439793d2 Mon Sep 17 00:00:00 2001 From: Daniel Sipka Date: Fri, 2 Oct 2015 00:23:15 +0200 Subject: [PATCH] testing with MSVC 2015 --- README.md | 2 +- appveyor.yml | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 472e835..538f1fc 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,7 @@ Output: - A C++ compiler with decent C++11 support. Currently tested with: - GCC 4.7, 4.8, 4.9 - clang 3.4.2, 3.5 - - MSVC 2013 + - MSVC 2013, 2015 - Boost 1.54+ for [Boost.Variant](http://www.boost.org/libs/variant) - CMake 3.0+ for building diff --git a/appveyor.yml b/appveyor.yml index f9a276c..627ef85 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,11 +5,6 @@ environment: BOOST_ROOT: "C:\\Libraries\\boost" BOOST_LIBRARYDIR: "C:\\Libraries\\boost\\lib32-msvc-12.0" - - GENERATOR: "Visual Studio 12 2013 Win64" - CONFIG: Release - BOOST_ROOT: "C:\\Libraries\\boost" - BOOST_LIBRARYDIR: "C:\\Libraries\\boost\\lib64-msvc-12.0" - - GENERATOR: "Visual Studio 14 2015" CONFIG: Release BOOST_ROOT: "C:\\Libraries\\boost_1_59_0"