diff options
author | Brad King <brad.king@kitware.com> | 2021-06-03 15:46:36 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-06-03 18:59:55 (GMT) |
commit | adc38da49ff3549a74afceb01b06500b40bf0ee6 (patch) | |
tree | 0a147413602e68e1088f8727ded06f6fcbccdc71 | |
parent | b6c4d93dcd85b8e2c512abf83c25c2270cead1c8 (diff) | |
download | CMake-adc38da49ff3549a74afceb01b06500b40bf0ee6.zip CMake-adc38da49ff3549a74afceb01b06500b40bf0ee6.tar.gz CMake-adc38da49ff3549a74afceb01b06500b40bf0ee6.tar.bz2 |
ci: add clang-analyzer to Fedora base image
-rwxr-xr-x | .gitlab/ci/docker/fedora34/install_deps.sh | 1 | ||||
-rw-r--r-- | .gitlab/os-linux.yml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab/ci/docker/fedora34/install_deps.sh b/.gitlab/ci/docker/fedora34/install_deps.sh index dfd7db8..7d099fe 100755 --- a/.gitlab/ci/docker/fedora34/install_deps.sh +++ b/.gitlab/ci/docker/fedora34/install_deps.sh @@ -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. diff --git a/.gitlab/os-linux.yml b/.gitlab/os-linux.yml index dcaa643..e1a70ff 100644 --- a/.gitlab/os-linux.yml +++ b/.gitlab/os-linux.yml @@ -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" |