mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-05-16 19:41:21 +00:00
attempted CI fix (feel free to revert)
This commit is contained in:
parent
628f6b4101
commit
4b99b984af
@ -83,6 +83,34 @@
|
|||||||
"displayName": "Default Build",
|
"displayName": "Default Build",
|
||||||
"description": "Default Build",
|
"description": "Default Build",
|
||||||
"jobs": 2
|
"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": [
|
"testPresets": [
|
||||||
@ -141,7 +169,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "build",
|
"type": "build",
|
||||||
"name": "default"
|
"name": "windows-msvc"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "test",
|
"type": "test",
|
||||||
@ -160,7 +188,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "build",
|
"type": "build",
|
||||||
"name": "default"
|
"name": "linux-gnu"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "test",
|
"type": "test",
|
||||||
@ -179,7 +207,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "build",
|
"type": "build",
|
||||||
"name": "default"
|
"name": "macos"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "test",
|
"type": "test",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user