Skip to content

Commit

Permalink
Do not use clang-tidy in default workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ClausKlein committed Sep 9, 2024
1 parent 9364726 commit c750d22
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
"buildPresets": [
{
"name": "ci-ninja-debug-build",
"configurePreset": "ci-ninja-debug-tidy"
"configurePreset": "ci-ninja-debug"
},
{
"name": "ci-msvc-debug",
Expand Down Expand Up @@ -269,7 +269,7 @@
"testPresets": [
{
"name": "ci-unit-tests-debug",
"configurePreset": "ci-ninja-debug-tidy",
"configurePreset": "ci-ninja-debug",
"configuration": "Debug",
"output": {
"outputOnFailure": true
Expand Down Expand Up @@ -300,7 +300,7 @@
"packagePresets": [
{
"name": "ci-package-tgz",
"configurePreset": "ci-ninja-debug-tidy",
"configurePreset": "ci-ninja-debug",
"generators": [
"TGZ"
],
Expand All @@ -315,7 +315,7 @@
"steps": [
{
"type": "configure",
"name": "ci-ninja-debug-tidy"
"name": "ci-ninja-debug"
},
{
"type": "build",
Expand Down

0 comments on commit c750d22

Please sign in to comment.