mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 10:46:28 +08:00
tools/ci/checkpatch: add cmake style check into ci-check
Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
075eb6a6d2
commit
7eff229838
@@ -286,6 +286,7 @@ ENV PIP_NO_CACHE_DIR=0
|
||||
# instead of requiring them to be compiled.
|
||||
RUN pip3 install setuptools
|
||||
RUN pip3 install wheel
|
||||
RUN pip3 install cmake-format
|
||||
# Install CodeChecker and use it to statically analyze the code.
|
||||
RUN pip3 install CodeChecker
|
||||
# Install cvt2utf to check for non-UTF characters.
|
||||
|
||||
Reference in New Issue
Block a user