mirror of
https://github.com/curl/curl.git
synced 2026-08-24 14:03:35 +03:00
zuul: remove the clang-tidy job
Turns out we don't see the warnings, but the warnings right now are plain ridiculous and unhelpful so we can just as well just kill this job. Closes #9390
This commit is contained in:
parent
cafb356e19
commit
e43c3b3e3e
2 changed files with 0 additions and 25 deletions
|
|
@ -83,12 +83,6 @@ if [ "$T" = "normal" ]; then
|
|||
fi
|
||||
fi
|
||||
|
||||
if [ "$T" = "tidy" ]; then
|
||||
./configure --enable-warnings --enable-werror $C
|
||||
make
|
||||
make tidy
|
||||
fi
|
||||
|
||||
if [ "$T" = "cmake" ]; then
|
||||
mkdir -p build
|
||||
cd ./build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue