Skip to content

Commit

Permalink
Disable GCC static analysis in CI until newer GCC is available in App…
Browse files Browse the repository at this point in the history
…Veyor
  • Loading branch information
cgutman committed Sep 16, 2023
1 parent 7f665ba commit b2528fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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++
Expand All @@ -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:
Expand Down

0 comments on commit b2528fa

Please sign in to comment.