Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitjano committed Feb 12, 2024
1 parent 49fa0cd commit 7c444b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab/pipeline/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ clang-tidy:
- git fetch --depth 1 origin $CI_MERGE_REQUEST_DIFF_BASE_SHA
- CHANGED_FILES=$(git diff-tree --name-only -r $CI_MERGE_REQUEST_DIFF_BASE_SHA $CI_COMMIT_SHA '***.cpp' '***.hpp' '***.c' '***.h')
- echo $CHANGED_FILES
- ls
- ls build
- clang-tidy -p build --use-color --export-fixes=errors.yml $CHANGED_FILES
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
Expand Down

0 comments on commit 7c444b7

Please sign in to comment.