Appveyor uses msvc-14.0

This commit is contained in:
Vinnie Falco
2019-03-02 10:51:44 -08:00
parent 4f0d6a4a55
commit ca783225da
3 changed files with 4 additions and 2 deletions

View File

@ -4,6 +4,7 @@ Version 226:
* make_strand is in net::
* Fix HTTP parser static string calculation
* Move parser definitions to .ipp
* Appveyor uses msvc-14.0
--------------------------------------------------------------------------------

View File

@ -103,6 +103,7 @@ project /boost/beast
<define>BOOST_COROUTINES_NO_DEPRECATION_WARNING=1
<toolset>msvc:<cxxflags>"/bigobj"
<toolset>msvc-14.1:<cxxflags>"/permissive-"
<toolset>msvc-14.2:<cxxflags>"/permissive-"
<toolset>msvc:<define>_SCL_SECURE_NO_WARNINGS=1
<toolset>msvc:<define>_CRT_SECURE_NO_WARNINGS=1
<toolset>msvc:<define>_SILENCE_CXX17_ALLOCATOR_VOID_DEPRECATION_WARNING

View File

@ -103,8 +103,8 @@ install:
build: off
test_script:
- b2 variant=release cxxstd=11 address-model=64 libs/beast/example
- b2 variant=release cxxstd=11 address-model=64 --verbose-test libs/beast/test//run-fat-tests
- b2 variant=release cxxstd=11 address-model=64 toolset=msvc-14.0 libs/beast/example
- b2 variant=release cxxstd=11 address-model=64 toolset=msvc-14.0 --verbose-test libs/beast/test//run-fat-tests
cache:
- c:\tools\vcpkg\installed\