From b2528faa029f6164c49360f60dca3908249c59cd Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Fri, 15 Sep 2023 23:19:10 -0500 Subject: [PATCH] Disable GCC static analysis in CI until newer GCC is available in AppVeyor --- appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 7acce85..0b5e653 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,7 +15,6 @@ environment: - APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu CC: gcc CXX: g++ - CMAKE_ARGS: -DCODE_ANALYSIS=ON - APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu CC: clang CXX: clang++ @@ -24,7 +23,7 @@ environment: - APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu CC: gcc CXX: g++ - CMAKE_ARGS: -DUSE_MBEDTLS=ON -DCODE_ANALYSIS=ON + CMAKE_ARGS: -DUSE_MBEDTLS=ON PREBUILD_CMD: sudo apt install -y libmbedtls-dev before_build: