mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
Remove limitations on preset generators (#4051)
This commit is contained in:
parent
5d6acc5c3f
commit
662ee679e0
@ -357,37 +357,25 @@
|
||||
"configurePreset": "ci-x64-Release-MSVC",
|
||||
"hidden": true,
|
||||
"inherits": "ci-base",
|
||||
"generators": [
|
||||
"ZIP"
|
||||
],
|
||||
"configurations": ["RelWithDebInfo"]
|
||||
},
|
||||
{
|
||||
"name": "ci-x64-Release-Clang",
|
||||
"configurePreset": "ci-x64-Release-Clang",
|
||||
"hidden": true,
|
||||
"inherits": "ci-base",
|
||||
"generators": [
|
||||
"TGZ"
|
||||
]
|
||||
"inherits": "ci-base"
|
||||
},
|
||||
{
|
||||
"name": "ci-x64-Release-GNUC",
|
||||
"configurePreset": "ci-x64-Release-GNUC",
|
||||
"hidden": true,
|
||||
"inherits": "ci-base",
|
||||
"generators": [
|
||||
"TGZ"
|
||||
]
|
||||
"inherits": "ci-base"
|
||||
},
|
||||
{
|
||||
"name": "ci-x64-Release-Intel",
|
||||
"configurePreset": "ci-x64-Release-Intel",
|
||||
"hidden": true,
|
||||
"inherits": "ci-base",
|
||||
"generators": [
|
||||
"TGZ"
|
||||
]
|
||||
"inherits": "ci-base"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -522,9 +522,6 @@
|
||||
"configurePreset": "ci-x64-Release-MSVC",
|
||||
"hidden": true,
|
||||
"inherits": "ci-base",
|
||||
"generators": [
|
||||
"ZIP"
|
||||
],
|
||||
"configurations": ["RelWithDebInfo"]
|
||||
},
|
||||
{
|
||||
@ -544,9 +541,6 @@
|
||||
"configurePreset": "ci-x64-Release-Intel",
|
||||
"hidden": true,
|
||||
"inherits": "ci-base",
|
||||
"generators": [
|
||||
"TGZ"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user