From d9b38718b9831761a67c7ecb795b21fef911e36b Mon Sep 17 00:00:00 2001 From: AJPfleger Date: Mon, 11 Nov 2024 12:34:58 +0100 Subject: [PATCH] switch to python --- .gitlab-ci.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4c6a7b166fc..dfad89463f2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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