mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-12-22 21:43:35 +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",
|
||||
"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",
|
||||
|
Loading…
Reference in New Issue
Block a user