Skip to content

Commit

Permalink
try new config for pipeline debug workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PatateDu609 committed May 2, 2024
1 parent 1fec114 commit 1b5d9a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
path: build/debug

- name: Configure and build project
run: cmake --workflow --preset pipeline-build
run: cmake --workflow --preset build-debug

test:
name: Run tests
Expand Down
19 changes: 1 addition & 18 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,38 +131,21 @@
}
],
"workflowPresets": [
{
"name": "pipeline-build",
"steps": [
{
"type": "configure",
"name": "debug"
},
{
"type": "build",
"name": "debug"
}
]
},
{
"name": "pipeline-test",
"steps": [
{
"type": "configure",
"name": "debug"
},
{
"type": "build",
"name": "debug-tests"
},
{
"type": "test",
"name": "pipeline"
}
]
},
{
"name": "debug",
"name": "build-debug",
"description": "Basic developer debug workflow",
"steps": [
{
Expand Down

0 comments on commit 1b5d9a2

Please sign in to comment.