Merge branch 'main' of github.com:lmapii/cproject into feature/fix-build-status
This commit is contained in:
commit
d5fb00d953
|
@ -6,5 +6,6 @@
|
|||
"editor.formatOnSave": true
|
||||
},
|
||||
"C_Cpp.default.compileCommands": "${workspaceFolder}/src/build/compile_commands.json",
|
||||
"cmake.configureOnOpen": true
|
||||
"cmake.configureOnOpen": true,
|
||||
"extensions.ignoreRecommendations": true
|
||||
}
|
||||
|
|
|
@ -83,7 +83,7 @@ RUN wget -O clang-utils.tgz "https://github.com/lmapii/run-clang-tidy/releases/d
|
|||
tar -C /usr/local/run-clang-tidy -xzf clang-utils.tgz --strip-components 1 && \
|
||||
rm clang-utils.tgz
|
||||
ENV PATH /usr/local/run-clang-tidy:$PATH
|
||||
RUN run-clang-format --version
|
||||
RUN run-clang-tidy --version
|
||||
|
||||
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
|
||||
# install unity and ceedling
|
||||
|
|
Loading…
Reference in New Issue