From 99d068fb90c39c9504c018942d6cdf5c77b85ac6 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 29 Apr 2019 15:24:46 +0100 Subject: [PATCH] ci: Add clang and scan-build We want to run the Clang-based build analysis tool in our CI pipeline, taking advantage of its native support in Meson. --- .gitlab-ci/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile index d07ca453c..69d8c8af2 100644 --- a/.gitlab-ci/Dockerfile +++ b/.gitlab-ci/Dockerfile @@ -4,6 +4,8 @@ RUN dnf -y install \ autoconf \ automake \ bindfs \ + clang \ + clang-analyzer \ desktop-file-utils \ elfutils-libelf-devel \ findutils \