testing with MSVC 2015
This commit is contained in:
parent
66149991be
commit
b83b660fe8
@ -200,7 +200,7 @@ Output:
|
|||||||
- A C++ compiler with decent C++11 support. Currently tested with:
|
- A C++ compiler with decent C++11 support. Currently tested with:
|
||||||
- GCC 4.7, 4.8, 4.9
|
- GCC 4.7, 4.8, 4.9
|
||||||
- clang 3.4.2, 3.5
|
- clang 3.4.2, 3.5
|
||||||
- MSVC 2013
|
- MSVC 2013, 2015
|
||||||
- Boost 1.54+ for [Boost.Variant](http://www.boost.org/libs/variant)
|
- Boost 1.54+ for [Boost.Variant](http://www.boost.org/libs/variant)
|
||||||
- CMake 3.0+ for building
|
- CMake 3.0+ for building
|
||||||
|
|
||||||
|
@ -5,11 +5,6 @@ environment:
|
|||||||
BOOST_ROOT: "C:\\Libraries\\boost"
|
BOOST_ROOT: "C:\\Libraries\\boost"
|
||||||
BOOST_LIBRARYDIR: "C:\\Libraries\\boost\\lib32-msvc-12.0"
|
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"
|
- GENERATOR: "Visual Studio 14 2015"
|
||||||
CONFIG: Release
|
CONFIG: Release
|
||||||
BOOST_ROOT: "C:\\Libraries\\boost_1_59_0"
|
BOOST_ROOT: "C:\\Libraries\\boost_1_59_0"
|
||||||
|
Loading…
Reference in New Issue
Block a user