From ac0c94c4f76ce713a6097dc5572fde17e85d8139 Mon Sep 17 00:00:00 2001 From: assiduous Date: Mon, 25 Nov 2024 12:04:26 -0800 Subject: [PATCH] Appveyor: enable warning-as-error option --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 8f9fa914d..58bdbdaa8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -37,7 +37,7 @@ before_build: - 'cd %APPVEYOR_BUILD_FOLDER%' - echo %PLATFORM% - echo.%cmake_args% - - cmake %cmake_args% -S . -B ./build -D DILIGENT_BUILD_CORE_TESTS=TRUE -D CMAKE_INSTALL_PREFIX=install -D DILIGENT_MSVC_RELEASE_COMPILE_OPTIONS="/arch:AVX2" -G "Visual Studio 16 2019" -A %PLATFORM% + - cmake %cmake_args% -S . -B ./build -D DILIGENT_BUILD_CORE_TESTS=TRUE -D CMAKE_INSTALL_PREFIX=install -D DILIGENT_MSVC_COMPILE_OPTIONS="//WX" -D DILIGENT_MSVC_RELEASE_COMPILE_OPTIONS="/arch:AVX2" -G "Visual Studio 16 2019" -A %PLATFORM% build: project: '%APPVEYOR_BUILD_FOLDER%\build\INSTALL.vcxproj'