From f1a17f1e65cb0c8f0d30a681dd2b30ab71d5dc3d Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Sun, 7 Jul 2019 10:45:28 +0300 Subject: [PATCH] AppVeyor CI: Fail cmake build if deprecated macro and function warnings --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 3aa75898..46f1dda1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,7 +4,7 @@ environment: matrix: - TARGET: cmake CMAKE_CONFIG: Debug - CMAKE_OPTIONS: -DBUILD_SHARED_LIBS=OFF -Dbuild_tests=ON -Denable_cplusplus=ON -Denable_gc_assertions=ON + CMAKE_OPTIONS: -DBUILD_SHARED_LIBS=OFF -Dbuild_tests=ON -Denable_cplusplus=ON -Denable_gc_assertions=ON -Werror=deprecated - TARGET: cmake CMAKE_CONFIG: Release CMAKE_OPTIONS: -Dbuild_tests=ON -Denable_cplusplus=ON -Denable_large_config=ON -- 2.50.1