1
0

Fix clang tidy on circle-ci

This commit is contained in:
Peter Bell 2020-05-08 20:18:51 +01:00 committed by Tiger Wang
parent 388c96bbe2
commit a5be5310af

View File

@ -10,7 +10,7 @@ mkdir -p tidy-build
cd tidy-build
cmake --target Cuberite -DCMAKE_EXPORT_COMPILE_COMMANDS=ON ..
if run-clang-tidy.py $ARGS; then
if run-clang-tidy $ARGS; then
echo "clang-tidy: No violations found"
else
echo "clang-tidy: Found violations"