diff --git a/ci/clang-analyzer.sh b/ci/clang-analyzer.sh new file mode 100755 index 00000000..1c9febb0 --- /dev/null +++ b/ci/clang-analyzer.sh @@ -0,0 +1,10 @@ +#!/usr/bin/bash +# Use the clang static analyzer + +set -xeuo pipefail + +dn=$(dirname $0) +. ${dn}/libbuild.sh +env NOCONFIGURE=1 ./autogen.sh +scan-build ./configure --prefix=/usr --libdir=/usr/lib64 --sysconfdir=/etc +scan-build ${ARTIFACT_DIR:+-o ${ARTIFACT_DIR}} make