Skip to content
Snippets Groups Projects
Commit 73da6d30 authored by Daniel Agar's avatar Daniel Agar
Browse files

clang-tidy errors cause target failure

parent 96e51f7c
No related branches found
No related tags found
No related merge requests found
......@@ -294,6 +294,11 @@ clang-check:
@$(SRC_DIR)/Tools/clang-tool.sh -b build_posix_sitl_default -t clang-check
clang-tidy:
rm -rf $(SRC_DIR)/build_posix_sitl_default
@CC=clang CXX=clang++ $(MAKE) --no-print-directory posix_sitl_default
@$(SRC_DIR)/Tools/clang-tool.sh -b build_posix_sitl_default -t clang-tidy
clang-tidy-parallel:
rm -rf $(SRC_DIR)/build_posix_sitl_default
@CC=clang CXX=clang++ $(MAKE) --no-print-directory posix_sitl_default
@run-clang-tidy.py -j$(j) -p $(SRC_DIR)/build_posix_sitl_default
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment