2
0
mirror of https://github.com/boostorg/mysql.git synced 2026-02-17 13:52:18 +00:00

Removed C++17 redundant build in appveyor

This commit is contained in:
Ruben Perez
2022-06-15 23:46:37 +02:00
parent 7b28a10ebc
commit 9dd14d952c

View File

@@ -39,12 +39,12 @@ environment:
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
PLATFORM: x64
B2_TOOLSET: msvc-14.2
B2_CXXSTD: 11,14,17,20
B2_CXXSTD: 11,14,20 # C++17 is already tested with CMake
- FLAVOR: Visual Studio 2019
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
PLATFORM: x86
B2_TOOLSET: msvc-14.2
B2_CXXSTD: 11,14,17,20
B2_CXXSTD: 11,14,20 # C++17 is already tested with CMake
# CMake
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
CMAKE_BUILD_TYPE: Debug