attempted CI fix (feel free to revert)

This commit is contained in:
jadebenn 2024-12-08 16:42:41 -06:00
parent 628f6b4101
commit 4b99b984af

View File

@ -83,6 +83,34 @@
"displayName": "Default Build",
"description": "Default Build",
"jobs": 2
},
{
"name": "windows-msvc-debug",
"inherits": "default",
"configurePreset": "windows-msvc",
"displayName": "Windows (MSVC)",
"description": "This preset is used to build using the MSVC toolchain on Windows"
},
{
"name": "linux-clang",
"inherits": "default",
"configurePreset": "linux-clang",
"displayName": "Linux (Clang)",
"description": "This preset is used to build using the Clang toolchain on Linux"
},
{
"name": "linux-gnu",
"inherits": "default",
"configurePreset": "linux-gnu",
"displayName": "Linux (GNU)",
"description": "This preset is used to build using the GNU toolchain on Linux"
},
{
"name": "macos",
"inherits": "default",
"configurePreset": "macos",
"displayName": "MacOS",
"description": "This preset is used to build on MacOS"
}
],
"testPresets": [
@ -141,7 +169,7 @@
},
{
"type": "build",
"name": "default"
"name": "windows-msvc"
},
{
"type": "test",
@ -160,7 +188,7 @@
},
{
"type": "build",
"name": "default"
"name": "linux-gnu"
},
{
"type": "test",
@ -179,7 +207,7 @@
},
{
"type": "build",
"name": "default"
"name": "macos"
},
{
"type": "test",