mirror of
https://github.com/boostorg/poly_collection.git
synced 2026-07-21 13:33:37 +00:00
upgraded CI (#31)
This commit is contained in:
+5
-2
@@ -11,7 +11,7 @@ branches:
|
||||
only:
|
||||
- master
|
||||
- develop
|
||||
|
||||
|
||||
environment:
|
||||
matrix:
|
||||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
|
||||
@@ -19,6 +19,9 @@ environment:
|
||||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
||||
TOOLSET: msvc-14.1
|
||||
CXXSTD: 14,17
|
||||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
||||
TOOLSET: msvc-14.2
|
||||
CXXSTD: 14,17,20,latest
|
||||
|
||||
install:
|
||||
- cd ..
|
||||
@@ -34,4 +37,4 @@ build: off
|
||||
|
||||
test_script:
|
||||
- if not "%CXXSTD%" == "" set CXXSTD=cxxstd=%CXXSTD%
|
||||
- b2 libs/poly_collection/test toolset=%TOOLSET% %CXXSTD%
|
||||
- b2 libs/poly_collection/test toolset=%TOOLSET% %CXXSTD%
|
||||
|
||||
Reference in New Issue
Block a user