Skip to content

Commit

Permalink
ci: remove MinSizeRel
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Dec 20, 2024
1 parent 83521b4 commit 08dadba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ on:
- Debug
- RelWithDebInfo
- Release
- MinSizeRel

jobs:
meta:
Expand Down
24 changes: 0 additions & 24 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,6 @@
"configuration": "Release",
"jobs": 16
},
{
"name": "NinjaMulti - MinSizeRel",
"displayName": "Ninja MultiConfig MinSizeRel",
"description": "Ninja MultiConfig MinSizeRel",
"configurePreset": "NinjaMulti",
"configuration": "MinSizeRel",
"jobs": 16
},
{
"name": "MSVC 2022 - Debug",
"displayName": "MSVC 2022 Debug",
Expand All @@ -117,14 +109,6 @@
"configuration": "Release",
"jobs": 16
},
{
"name": "MSVC 2022 - MinSizeRel",
"displayName": "MSVC 2022 MinSizeRel",
"description": "MSVC 2022 MinSizeRel",
"configurePreset": "MSVC 2022",
"configuration": "MinSizeRel",
"jobs": 16
},
{
"name": "MSVC 2022 ARM - Debug",
"displayName": "MSVC 2022 ARM Debug",
Expand All @@ -148,14 +132,6 @@
"configurePreset": "MSVC 2022 ARM",
"configuration": "Release",
"jobs": 16
},
{
"name": "MSVC 2022 ARM - MinSizeRel",
"displayName": "MSVC 2022 ARM MinSizeRel",
"description": "MSVC 2022 ARM MinSizeRel",
"configurePreset": "MSVC 2022 ARM",
"configuration": "MinSizeRel",
"jobs": 16
}
]
}

0 comments on commit 08dadba

Please sign in to comment.