Fixes
This commit is contained in:
@ -26,6 +26,8 @@
|
||||
"rhs": "Windows"
|
||||
},
|
||||
"cacheVariables": {
|
||||
"CMAKE_C_COMPILER": "clang-cl",
|
||||
"CMAKE_CXX_COMPILER": "clang-cl",
|
||||
"CMAKE_TOOLCHAIN_FILE": "$ENV{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake",
|
||||
"VCPKG_TARGET_TRIPLET": "x64-windows"
|
||||
}
|
||||
@ -42,14 +44,14 @@
|
||||
},
|
||||
{
|
||||
"name": "windows-default",
|
||||
"displayName": "Windows (VCPKG)",
|
||||
"description": "Windows build using VCPKG",
|
||||
"displayName": "Windows (Clang-CL + VCPKG)",
|
||||
"description": "Windows build using Clang-CL and VCPKG dependencies",
|
||||
"inherits": "windows-base"
|
||||
},
|
||||
{
|
||||
"name": "linux-default",
|
||||
"displayName": "Linux (System)",
|
||||
"description": "Linux build using system compilers",
|
||||
"displayName": "Linux (Clang)",
|
||||
"description": "Linux build using Clang",
|
||||
"inherits": "linux-base"
|
||||
},
|
||||
{
|
||||
@ -58,7 +60,6 @@
|
||||
"description": "Linux CI Build",
|
||||
"inherits": "linux-base",
|
||||
"cacheVariables": {
|
||||
"SDL_UNIX_CONSOLE_BUILD": "ON",
|
||||
"IS_CI_BUILD": "ON"
|
||||
}
|
||||
}
|
||||
@ -67,7 +68,7 @@
|
||||
{
|
||||
"name": "windows-debug",
|
||||
"configurePreset": "windows-default",
|
||||
"configuration": "debug",
|
||||
"configuration": "Debug",
|
||||
"condition": {
|
||||
"type": "equals",
|
||||
"lhs": "${hostSystemName}",
|
||||
@ -77,17 +78,7 @@
|
||||
{
|
||||
"name": "linux-debug",
|
||||
"configurePreset": "linux-default",
|
||||
"configuration": "debug",
|
||||
"condition": {
|
||||
"type": "notEquals",
|
||||
"lhs": "${hostSystemName}",
|
||||
"rhs": "Windows"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "linux-ci-debug",
|
||||
"configurePreset": "linux-ci",
|
||||
"configuration": "debug",
|
||||
"configuration": "Debug",
|
||||
"condition": {
|
||||
"type": "notEquals",
|
||||
"lhs": "${hostSystemName}",
|
||||
@ -97,7 +88,7 @@
|
||||
{
|
||||
"name": "linux-ci-release",
|
||||
"configurePreset": "linux-ci",
|
||||
"configuration": "release",
|
||||
"configuration": "Release",
|
||||
"condition": {
|
||||
"type": "notEquals",
|
||||
"lhs": "${hostSystemName}",
|
||||
|
||||
Reference in New Issue
Block a user