CI: Msys: attempt to build with clang static analyzer

pull/794/head
Brad House 5 months ago
parent 732a3d0d73
commit d0ccb5efd8
  1. 6
      .github/workflows/msys2.yml

@ -88,4 +88,8 @@ jobs:
./build_asan/bin/adig.exe www.google.com
./build_asan/bin/ahost.exe www.google.com
./build_asan/bin/arestest.exe -4 -v --gtest_filter=-*LiveSearchTXT*:*LiveSearchANY*:*LiveGetLocalhostByAddr*
- name: "CMake: Analyze: build c-ares"
if: ${{ matrix.env == 'clang-x86_64' || matrix.env == 'clang-i686' }}
run: |
scan-build -v cmake -DCMAKE_BUILD_TYPE=DEBUG -DCMAKE_INSTALL_PREFIX=C:/projects/build-cares/test_install -DCARES_BUILD_TESTS=OFF -Bbuild_analyze -G Ninja .
scan-build -v cmake --build build_analyze

Loading…
Cancel
Save