Skip to content

Commit

Permalink
switch to python
Browse files Browse the repository at this point in the history
  • Loading branch information
AJPfleger committed Nov 11, 2024
1 parent 257473a commit 8fe9b21
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,14 @@ clang_tidy:
-DACTS_BUILD_ODD=OFF
# Main clang-tidy run during cmake compilation
- CI/clang_tidy/run_clang_tidy.sh clang-tidy build
- >
CI/clang_tidy/run_clang_tidy.py
--clang-tidy clang-tidy
--jobs 8
# --exclude ".*thirdparty.*"
# --exclude ".*ActsPodioEdm.*"
# --exclude ".*build/_deps/.*"
build clang-tidy
# Install dependencies for processing scripts
- python3 -m pip install -r CI/clang_tidy/requirements.txt
Expand Down

0 comments on commit 8fe9b21

Please sign in to comment.