Skip to content

Commit

Permalink
Merge pull request #31 from byrnHDF/master-win-presets
Browse files Browse the repository at this point in the history
Add configuration to windows presets
  • Loading branch information
lrknox authored Sep 18, 2023
2 parents 949aa9c + a78d152 commit 3d96390
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn`

call-workflow-ctest:
needs: create-files-ctest
needs: [log-the-inputs, create-files-ctest]
uses: ./.github/workflows/cmake-ctest.yml
with:
use_hdf: ${{ needs.log-the-inputs.outputs.rel_tag }}
Expand Down
15 changes: 10 additions & 5 deletions config/cmake-presets/hidden-presets.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,15 +176,17 @@
"hidden": true,
"inherits": [
"ci-base"
]
],
"configuration": "Debug"
},
{
"name": "ci-x64-Release-MSVC",
"configurePreset": "ci-x64-Release-MSVC",
"hidden": true,
"inherits": [
"ci-base"
]
],
"configuration": "RelWithDebInfo"
},
{
"name": "ci-x64-Debug-Clang",
Expand Down Expand Up @@ -241,15 +243,17 @@
"hidden": true,
"inherits": [
"ci-base"
]
],
"configuration": "Debug"
},
{
"name": "ci-x64-Release-MSVC",
"configurePreset": "ci-x64-Release-MSVC",
"hidden": true,
"inherits": [
"ci-base"
]
],
"configuration": "RelWithDebInfo"
},
{
"name": "ci-x64-Debug-Clang",
Expand Down Expand Up @@ -299,7 +303,8 @@
"inherits": "ci-base",
"generators": [
"ZIP"
]
],
"configurations": ["Release"]
},
{
"name": "ci-x64-Release-Clang",
Expand Down

0 comments on commit 3d96390

Please sign in to comment.