mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-15 02:24:47 +00:00
trivial: only run scan-build if compiler is clang
This commit is contained in:
parent
6f4b72cea5
commit
58eeeff9a8
@ -25,4 +25,6 @@ mkdir -p dist/docs
|
|||||||
cp build/docs/* dist/docs -R
|
cp build/docs/* dist/docs -R
|
||||||
|
|
||||||
#run static analysis (these mostly won't be critical)
|
#run static analysis (these mostly won't be critical)
|
||||||
ninja -C build scan-build -v
|
if [ "$CC" = "clang" ]; then
|
||||||
|
ninja -C build scan-build -v
|
||||||
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user