mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-12-16 03:08:52 +08:00
ci [skip actions]: trying to set newer SDK
to avoid warnings
This commit is contained in:
@@ -4,8 +4,10 @@ environment:
|
|||||||
matrix:
|
matrix:
|
||||||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
||||||
generator: Visual Studio 16 2019
|
generator: Visual Studio 16 2019
|
||||||
|
systemver: 10.0.18362.0
|
||||||
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
|
||||||
generator: Visual Studio 17 2022
|
generator: Visual Studio 17 2022
|
||||||
|
systemver: 10.0.22621.0
|
||||||
|
|
||||||
configuration:
|
configuration:
|
||||||
- Release
|
- Release
|
||||||
@@ -19,7 +21,7 @@ install:
|
|||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- cd C:\toml11
|
- cd C:\toml11
|
||||||
- cmake -B build -G"%generator%" -A x64 -DCMAKE_CXX_STANDARD=11 -DTOML11_BUILD_TESTS=ON -DTOML11_PRECOMPILE=ON
|
- cmake -B build -G"%generator%" -DCMAKE_SYSTEM_VERSION="%systemver%" -A x64 -DCMAKE_CXX_STANDARD=11 -DTOML11_BUILD_TESTS=ON -DTOML11_PRECOMPILE=ON
|
||||||
- cmake --build build --config "%configuration%"
|
- cmake --build build --config "%configuration%"
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
|
|||||||
Reference in New Issue
Block a user