[glib/ci-update: 2/11] ci: Add clang and scan-build



commit 99d068fb90c39c9504c018942d6cdf5c77b85ac6
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Mon Apr 29 15:24:46 2019 +0100

    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 \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]