From 0df25826743dbbecde9013c5a2b67fe091b0d856 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Tue, 16 Nov 2021 23:21:11 +0200 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 2c951071..c3b23523 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -84,6 +84,15 @@ environment: USE_STD_FORMAT: 'ON' CXX_STANDARD: 23 # std::format is only available with /std:c++latest at the moment. APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022 + - GENERATOR: '"Visual Studio 17 2022" -A x64' + BUILD_TYPE: Release + BUILD_SHARED: 'ON' + WCHAR: 'ON' + WCHAR_FILES: 'ON' + BUILD_EXAMPLE: 'OFF' + USE_STD_FORMAT: 'ON' + CXX_STANDARD: 23 # std::format is only available with /std:c++latest at the moment. + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022 build_script: - cmd: >- set