Skip to content

Commit

Permalink
Build minimal plugin set on win RelWithDebInfo CI
Browse files Browse the repository at this point in the history
We're running out of space on the GitHub runners when building all the
plugins and generating pdb files, so just build the stereo monitoring
plugin which should cover most cases this build type is used for.
  • Loading branch information
rsjbailey committed Aug 20, 2021
1 parent 492e3ed commit 33e9069
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,16 @@
}
}
},
{
"name": "minimal-build-base",
"hidden": true,
"cacheVariables": {
"EAR_PLUGINS_BUILD_ALL_MONITORING_PLUGINS": {
"type": "BOOL",
"value": "false"
}
}
},
{
"name": "vcpkg-windows-x64",
"hidden": true,
Expand Down Expand Up @@ -157,7 +167,8 @@
"inherits": [
"vcpkg-windows-x64",
"packaging-base",
"relwithdebinfo-base"
"relwithdebinfo-base",
"minimal-build-base"
]
},
{
Expand Down

0 comments on commit 33e9069

Please sign in to comment.