more msvc toolsets, little test fixes

This commit is contained in:
BlackMATov
2022-10-30 01:02:39 +07:00
parent 97d9f94ac0
commit d2c67cc9ab
2 changed files with 56 additions and 47 deletions

View File

@@ -69,14 +69,14 @@
}
},
{
"name": "windows-x86",
"name": "windows-x86-msvc2019",
"inherits": "windows-base",
"architecture": {
"value": "x86",
"strategy": "external"
},
"toolset": {
"value": "host=x64",
"value": "v142,host=x64",
"strategy": "external"
},
"cacheVariables": {
@@ -85,14 +85,46 @@
}
},
{
"name": "windows-x64",
"name": "windows-x64-msvc2019",
"inherits": "windows-base",
"architecture": {
"value": "x64",
"strategy": "external"
},
"toolset": {
"value": "host=x64",
"value": "v142,host=x64",
"strategy": "external"
},
"cacheVariables": {
"CMAKE_C_COMPILER": "cl",
"CMAKE_CXX_COMPILER": "cl"
}
},
{
"name": "windows-x86-msvc2022",
"inherits": "windows-base",
"architecture": {
"value": "x86",
"strategy": "external"
},
"toolset": {
"value": "v143,host=x64",
"strategy": "external"
},
"cacheVariables": {
"CMAKE_C_COMPILER": "cl",
"CMAKE_CXX_COMPILER": "cl"
}
},
{
"name": "windows-x64-msvc2022",
"inherits": "windows-base",
"architecture": {
"value": "x64",
"strategy": "external"
},
"toolset": {
"value": "v143,host=x64",
"strategy": "external"
},
"cacheVariables": {
@@ -124,67 +156,44 @@
"configurePreset": "macos-x64"
},
{
"name": "windows-x86-debug",
"name": "windows-x86-msvc2019-debug",
"configuration": "Debug",
"configurePreset": "windows-x86"
"configurePreset": "windows-x86-msvc2019"
},
{
"name": "windows-x86-release",
"name": "windows-x86-msvc2019-release",
"configuration": "Release",
"configurePreset": "windows-x86"
"configurePreset": "windows-x86-msvc2019"
},
{
"name": "windows-x64-debug",
"name": "windows-x64-msvc2019-debug",
"configuration": "Debug",
"configurePreset": "windows-x64"
"configurePreset": "windows-x64-msvc2019"
},
{
"name": "windows-x64-release",
"name": "windows-x64-msvc2019-release",
"configuration": "Release",
"configurePreset": "windows-x64"
}
],
"testPresets": [
"configurePreset": "windows-x64-msvc2019"
},
{
"name": "macos-arm64-debug",
"name": "windows-x86-msvc2022-debug",
"configuration": "Debug",
"configurePreset": "macos-arm64-san"
"configurePreset": "windows-x86-msvc2022"
},
{
"name": "macos-arm64-release",
"name": "windows-x86-msvc2022-release",
"configuration": "Release",
"configurePreset": "macos-arm64"
"configurePreset": "windows-x86-msvc2022"
},
{
"name": "macos-x64-debug",
"name": "windows-x64-msvc2022-debug",
"configuration": "Debug",
"configurePreset": "macos-x64-san"
"configurePreset": "windows-x64-msvc2022"
},
{
"name": "macos-x64-release",
"name": "windows-x64-msvc2022-release",
"configuration": "Release",
"configurePreset": "macos-x64"
},
{
"name": "windows-x86-debug",
"configuration": "Debug",
"configurePreset": "windows-x86"
},
{
"name": "windows-x86-release",
"configuration": "Release",
"configurePreset": "windows-x86"
},
{
"name": "windows-x64-debug",
"configuration": "Debug",
"configurePreset": "windows-x64"
},
{
"name": "windows-x64-release",
"configuration": "Release",
"configurePreset": "windows-x64"
"configurePreset": "windows-x64-msvc2022"
}
]
}