summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2019-04-29 15:24:46 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2019-04-30 14:49:00 +0100
commit99d068fb90c39c9504c018942d6cdf5c77b85ac6 (patch)
tree43b3147f7bcf2b9cf7c6dc0513b4c63b92671c80 /.gitlab-ci
parent7875f34433378839801c3cc98ad5b0770efd5f0c (diff)
downloadglib-99d068fb90c39c9504c018942d6cdf5c77b85ac6.tar.gz
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.
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/Dockerfile2
1 files changed, 2 insertions, 0 deletions
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 \