upgraded CI (#31)

This commit is contained in:
joaquintides
2025-06-21 18:14:40 +02:00
committed by GitHub
parent a0a734cab8
commit 1ae6a823b9
2 changed files with 25 additions and 19 deletions
+5 -2
View File
@@ -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%