CI: move scan-build job from Zuul to Azure Pipelines

Closes #8338
This commit is contained in:
Daniel Stenberg 2022-01-27 14:38:27 +01:00
parent 610bd89315
commit 36e8703a20
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
3 changed files with 31 additions and 27 deletions

View file

@ -119,9 +119,3 @@ if [ "$T" = "fuzzer" ]; then
./mainline.sh ${CURLSRC}
popd
fi
if [ "$T" = "scan-build" ]; then
scan-build ./configure --enable-debug --enable-werror $C
scan-build --status-bugs make
scan-build --status-bugs make examples
fi