mirror of
https://github.com/moveit/moveit_task_constructor.git
synced 2025-11-04 14:49:57 +08:00
CI: make clang-tidy checks pedantic
This commit is contained in:
parent
f88e25fe74
commit
7ff2f70b66
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
NAME: ccov
|
||||
TARGET_CMAKE_ARGS: -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_FLAGS="--coverage"
|
||||
- IMAGE: noetic-source
|
||||
CLANG_TIDY: true
|
||||
CLANG_TIDY: pedantic
|
||||
TARGET_CMAKE_ARGS: >-
|
||||
-DCMAKE_BUILD_TYPE=Release
|
||||
-DCMAKE_CXX_FLAGS="-Werror -Wall -Wextra -Wwrite-strings -Wunreachable-code -Wpointer-arith -Wredundant-decls"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user