tools/ci/checkpatch: add cmake style check into ci-check

Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
chao an
2023-07-18 12:01:40 +08:00
committed by Alan Carvalho de Assis
parent 075eb6a6d2
commit 7eff229838
3 changed files with 21 additions and 0 deletions
+1
View File
@@ -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.