Skip to content

Commit

Permalink
ci: Force usage of personal clang
Browse files Browse the repository at this point in the history
  • Loading branch information
Riccardo Milani committed Mar 22, 2024
1 parent 4921795 commit c2bf591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ job:clang_format:
- !reference [.rules_changes_sources_linting, rules]
script:
- cd $CUSTOM_CI_DIR
- git ls-tree --name-only -r HEAD include/CoMMA src tests | grep ".*\.\(h\|cpp\)\(\.in\)\?" | xargs clang-format --style=file --dry-run --Werror
- git ls-tree --name-only -r HEAD include/CoMMA src tests | grep ".*\.\(h\|cpp\)\(\.in\)\?" | xargs /stck/rmilani/.local/bin/clang-format --style=file --dry-run --Werror
allow_failure: true
job:black:
stage: lint_format_python
Expand Down

0 comments on commit c2bf591

Please sign in to comment.