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.
This commit is contained in:
Emmanuele Bassi 2019-04-29 15:24:46 +01:00
parent 7875f34433
commit 99d068fb90

View File

@ -4,6 +4,8 @@ RUN dnf -y install \
autoconf \ autoconf \
automake \ automake \
bindfs \ bindfs \
clang \
clang-analyzer \
desktop-file-utils \ desktop-file-utils \
elfutils-libelf-devel \ elfutils-libelf-devel \
findutils \ findutils \