Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/CuraEngine.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelle Spijker <j.spijker@ultimaker.com>2022-04-26 15:33:05 +0300
committerJelle Spijker <spijker.jelle@gmail.com>2022-04-26 15:33:05 +0300
commit9bc4827dde77bd7134c69e3df3236e438c3994a3 (patch)
tree60e6c7a8c27d0f63d643dbda4b36ca8fa6d075a0
parent15f9bb8754e076180dc3b2333b3f9731e1275e80 (diff)
Use our own clang-tidy configCURA-9177_Fix_CI_CT
CURA-9177 Fix CI/CD for Cura, Uranium and CuraEngine
-rw-r--r--.github/workflows/clang-tidy-review.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/clang-tidy-review.yml b/.github/workflows/clang-tidy-review.yml
index f6d483eb6..a1574996b 100644
--- a/.github/workflows/clang-tidy-review.yml
+++ b/.github/workflows/clang-tidy-review.yml
@@ -68,4 +68,5 @@ jobs:
uses: ZedThree/clang-tidy-review@master
id: review
with:
- build_dir: cmake-build-release \ No newline at end of file
+ build_dir: cmake-build-release
+ config_file: '.clang-tidy' \ No newline at end of file