mirror of
https://github.com/boostorg/beast.git
synced 2025-07-31 21:34:46 +02:00
Appveyor uses msvc-14.0
This commit is contained in:
@@ -4,6 +4,7 @@ Version 226:
|
|||||||
* make_strand is in net::
|
* make_strand is in net::
|
||||||
* Fix HTTP parser static string calculation
|
* Fix HTTP parser static string calculation
|
||||||
* Move parser definitions to .ipp
|
* Move parser definitions to .ipp
|
||||||
|
* Appveyor uses msvc-14.0
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
1
Jamfile
1
Jamfile
@@ -103,6 +103,7 @@ project /boost/beast
|
|||||||
<define>BOOST_COROUTINES_NO_DEPRECATION_WARNING=1
|
<define>BOOST_COROUTINES_NO_DEPRECATION_WARNING=1
|
||||||
<toolset>msvc:<cxxflags>"/bigobj"
|
<toolset>msvc:<cxxflags>"/bigobj"
|
||||||
<toolset>msvc-14.1:<cxxflags>"/permissive-"
|
<toolset>msvc-14.1:<cxxflags>"/permissive-"
|
||||||
|
<toolset>msvc-14.2:<cxxflags>"/permissive-"
|
||||||
<toolset>msvc:<define>_SCL_SECURE_NO_WARNINGS=1
|
<toolset>msvc:<define>_SCL_SECURE_NO_WARNINGS=1
|
||||||
<toolset>msvc:<define>_CRT_SECURE_NO_WARNINGS=1
|
<toolset>msvc:<define>_CRT_SECURE_NO_WARNINGS=1
|
||||||
<toolset>msvc:<define>_SILENCE_CXX17_ALLOCATOR_VOID_DEPRECATION_WARNING
|
<toolset>msvc:<define>_SILENCE_CXX17_ALLOCATOR_VOID_DEPRECATION_WARNING
|
||||||
|
@@ -103,8 +103,8 @@ install:
|
|||||||
build: off
|
build: off
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- b2 variant=release cxxstd=11 address-model=64 libs/beast/example
|
- b2 variant=release cxxstd=11 address-model=64 toolset=msvc-14.0 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 --verbose-test libs/beast/test//run-fat-tests
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
- c:\tools\vcpkg\installed\
|
- c:\tools\vcpkg\installed\
|
||||||
|
Reference in New Issue
Block a user