mirror of
https://github.com/boostorg/assert.git
synced 2025-08-02 05:44:28 +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
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
||||||
TOOLSET: clang-win
|
TOOLSET: clang-win
|
||||||
CXXSTD: 14,17
|
CXXSTD: 14,17
|
||||||
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 Preview
|
||||||
|
TOOLSET: msvc-14.2
|
||||||
|
CXXSTD: 14,17
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- set BOOST_BRANCH=develop
|
- set BOOST_BRANCH=develop
|
||||||
@@ -44,4 +47,4 @@ build: off
|
|||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- if not "%CXXSTD%" == "" set CXXSTD=cxxstd=%CXXSTD%
|
- 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