mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-22 05:27:19 +00:00
edit macos presets
This commit is contained in:
parent
bba825f0c8
commit
005d439a4a
@ -37,19 +37,13 @@
|
|||||||
"name": "ci-macos-13",
|
"name": "ci-macos-13",
|
||||||
"displayName": "CI configure step for MacOS",
|
"displayName": "CI configure step for MacOS",
|
||||||
"description": "Same as default, Used in GitHub actions workflow",
|
"description": "Same as default, Used in GitHub actions workflow",
|
||||||
"inherits": "default",
|
"inherits": "default"
|
||||||
"cacheVariables": {
|
|
||||||
"CMAKE_BUILD_TYPE": "Release"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "debug-macos-13",
|
"name": "debug-macos-13",
|
||||||
"displayName": "Debug configure step for MacOS",
|
"displayName": "Debug configure step for MacOS",
|
||||||
"description": "Used to generate debug configuration for MacOS",
|
"description": "Used to generate debug configuration for MacOS",
|
||||||
"inherits": "default",
|
"inherits": "default"
|
||||||
"cacheVariables": {
|
|
||||||
"CMAKE_BUILD_TYPE": "Debug"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "ci-windows-2022",
|
"name": "ci-windows-2022",
|
||||||
|
Loading…
Reference in New Issue
Block a user