mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
Disable clang-tidy when no C/C++ files has been modified.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
#!/bin/bash -e
|
||||||
|
. util/travis/common.sh
|
||||||
|
|
||||||
|
needs_compile || exit 0
|
||||||
|
|
||||||
if hash clang-tidy-5.0 2>/dev/null; then
|
if hash clang-tidy-5.0 2>/dev/null; then
|
||||||
CLANG_TIDY=clang-tidy-5.0
|
CLANG_TIDY=clang-tidy-5.0
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user