1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-19 11:18:40 +08:00

ci: add clang-analyzer to Fedora base image

This commit is contained in:
Brad King
2021-06-03 11:46:36 -04:00
parent b6c4d93dcd
commit adc38da49f
2 changed files with 2 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ dnf install --setopt=install_weak_deps=False -y \
# Install lint tools.
dnf install --setopt=install_weak_deps=False -y \
clang-analyzer \
codespell
# Tools needed for the test suite.

View File

@@ -69,7 +69,7 @@
### Fedora
.fedora34:
image: "kitware/cmake:ci-fedora34-x86_64-2021-05-21"
image: "kitware/cmake:ci-fedora34-x86_64-2021-06-03"
variables:
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci/long file name for testing purposes"