last CI test for tonight

This commit is contained in:
Jettford 2024-12-08 20:58:25 +00:00
parent fa017b6db9
commit 0d45403e8c

View File

@ -88,7 +88,7 @@
"testPresets": [ "testPresets": [
{ {
"name": "ci-ubuntu-22.04", "name": "ci-ubuntu-22.04",
"configurePreset": "ci-ubuntu-22.04", "configurePreset": "linux-clang",
"displayName": "CI Tests on Linux", "displayName": "CI Tests on Linux",
"description": "Runs all tests on a linux configuration", "description": "Runs all tests on a linux configuration",
"execution": { "execution": {
@ -100,7 +100,7 @@
}, },
{ {
"name": "ci-macos-13", "name": "ci-macos-13",
"configurePreset": "ci-macos-13", "configurePreset": "macos",
"displayName": "CI Tests on MacOS", "displayName": "CI Tests on MacOS",
"description": "Runs all tests on a Mac configuration", "description": "Runs all tests on a Mac configuration",
"execution": { "execution": {
@ -112,7 +112,7 @@
}, },
{ {
"name": "ci-windows-2022", "name": "ci-windows-2022",
"configurePreset": "ci-windows-2022", "configurePreset": "windows-msvc",
"displayName": "CI Tests on windows", "displayName": "CI Tests on windows",
"description": "Runs all tests on a windows configuration", "description": "Runs all tests on a windows configuration",
"configuration": "RelWithDebInfo", "configuration": "RelWithDebInfo",
@ -132,7 +132,7 @@
"workflowPresets": [ "workflowPresets": [
{ {
"name": "ci-windows-2022", "name": "ci-windows-2022",
"displayName": "[Release] Windows (MSVC)", "displayName": "Windows (MSVC)",
"description": "CI workflow preset for Windows", "description": "CI workflow preset for Windows",
"steps": [ "steps": [
{ {
@ -145,13 +145,13 @@
}, },
{ {
"type": "test", "type": "test",
"name": "default" "name": "ci-windows-2022"
} }
] ]
}, },
{ {
"name": "ci-ubuntu-22.04", "name": "ci-ubuntu-22.04",
"displayName": "[Release] Linux (GNU)", "displayName": "Linux (GNU)",
"description": "CI workflow preset for Ubuntu", "description": "CI workflow preset for Ubuntu",
"steps": [ "steps": [
{ {
@ -170,7 +170,7 @@
}, },
{ {
"name": "ci-macos-13", "name": "ci-macos-13",
"displayName": "[Release] MacOS", "displayName": "MacOS (Clang)",
"description": "CI workflow preset for MacOS", "description": "CI workflow preset for MacOS",
"steps": [ "steps": [
{ {
@ -183,7 +183,7 @@
}, },
{ {
"type": "test", "type": "test",
"name": "default" "name": "ci-macos-13"
} }
] ]
} }