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 d9b3871
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,19 @@ clang_tidy:
-DACTS_RUN_CLANG_TIDY=ON
-DACTS_BUILD_ODD=OFF
# Main clang-tidy run during cmake compilation
- CI/clang_tidy/run_clang_tidy.sh clang-tidy build

# Install dependencies for processing scripts
- python3 -m pip install -r CI/clang_tidy/requirements.txt

# Main clang-tidy run during cmake compilation
- >
CI/clang_tidy/run_clang_tidy.py
--clang-tidy clang-tidy
--jobs 8
# --exclude ".*thirdparty.*"
# --exclude ".*ActsPodioEdm.*"
# --exclude ".*build/_deps/.*"
build clang-tidy
# Parse the main clang-tidy run
- >
CI/clang_tidy/parse_clang_tidy.py
Expand Down

0 comments on commit d9b3871

Please sign in to comment.