Skip to content
Snippets Groups Projects
Commit 44d24dcc authored by Alberto Nidasio's avatar Alberto Nidasio
Browse files

[CI] Print tools versions

parent d01d9a3f
Branches
Tags
Loading
Pipeline #9345 canceled
......@@ -36,16 +36,20 @@ default:
cppcheck:
stage: lint
script:
- cppcheck --version
- ./scripts/linter.py --cppcheck src
format:
stage: lint
script:
- clang-tidy --version
- clang-format --version
- ./scripts/linter.py --format src
find:
stage: lint
script:
- /usr/bin/python3 --version
- ./scripts/linter.py --find src
# Stage build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment