mirror of
https://github.com/boostorg/assert.git
synced 2025-07-31 04:47:17 +02:00
Add msvc-14.2 to Appveyor
This commit is contained in:
@ -24,6 +24,9 @@ environment:
|
||||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
||||
TOOLSET: clang-win
|
||||
CXXSTD: 14,17
|
||||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 Preview
|
||||
TOOLSET: msvc-14.2
|
||||
CXXSTD: 14,17
|
||||
|
||||
install:
|
||||
- set BOOST_BRANCH=develop
|
||||
@ -44,4 +47,4 @@ build: off
|
||||
|
||||
test_script:
|
||||
- if not "%CXXSTD%" == "" set CXXSTD=cxxstd=%CXXSTD%
|
||||
- b2 -j 3 libs/assert/test toolset=%TOOLSET% %CXXSTD%
|
||||
- b2 -j3 --debug-configuration libs/assert/test toolset=%TOOLSET% %CXXSTD%
|
||||
|
Reference in New Issue
Block a user