mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
Set parallel build jobs to 8 for VS target.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
},
|
||||
{
|
||||
"name": "msvc_2022_debug",
|
||||
"displayName": "Default MSVC x64 Debug Config",
|
||||
"displayName": "Default MSVC x64 Debug Config(VS2022)",
|
||||
"description": "Default MSVC x64 Debug build",
|
||||
"generator": "Visual Studio 17 2022",
|
||||
"architecture": { "value": "x64" },
|
||||
@@ -31,7 +31,7 @@
|
||||
},
|
||||
{
|
||||
"name": "msvc_2022_release",
|
||||
"displayName": "Default MSVC x64 Release Config",
|
||||
"displayName": "Default MSVC x64 Release Config(VS2022)",
|
||||
"description": "Default MSVC x64 Release build",
|
||||
"generator": "Visual Studio 17 2022",
|
||||
"architecture": { "value": "x64" },
|
||||
@@ -44,7 +44,7 @@
|
||||
},
|
||||
{
|
||||
"name": "msvc_2022_relwithdebinfo",
|
||||
"displayName": "Default MSVC x64 RelWithDebInfo Config",
|
||||
"displayName": "Default MSVC x64 RelWithDebInfo Config(VS2022)",
|
||||
"description": "Default MSVC x64 RelWithDebInfo build",
|
||||
"generator": "Visual Studio 17 2022",
|
||||
"architecture": { "value": "x64" },
|
||||
@@ -57,7 +57,7 @@
|
||||
},
|
||||
{
|
||||
"name": "msvc_2022_minsizerel",
|
||||
"displayName": "Default MSVC x64 MinSizeRel Config",
|
||||
"displayName": "Default MSVC x64 MinSizeRel Config(VS2022)",
|
||||
"description": "Default MSVC x64 MinSizeRel build",
|
||||
"generator": "Visual Studio 17 2022",
|
||||
"architecture": { "value": "x64" },
|
||||
@@ -135,47 +135,56 @@
|
||||
"buildPresets": [
|
||||
{
|
||||
"name": "default_debug",
|
||||
"configurePreset": "default_debug"
|
||||
"configurePreset": "default_debug",
|
||||
"jobs": 8
|
||||
},
|
||||
{
|
||||
"name": "msvc_2022_debug",
|
||||
"displayName": "Debug",
|
||||
"configurePreset": "msvc_2022_debug"
|
||||
"configurePreset": "msvc_2022_debug",
|
||||
"jobs": 8
|
||||
},
|
||||
{
|
||||
"name": "msvc_2022_release",
|
||||
"displayName": "Release",
|
||||
"configurePreset": "msvc_2022_release"
|
||||
"configurePreset": "msvc_2022_release",
|
||||
"jobs": 8
|
||||
},
|
||||
{
|
||||
"name": "msvc_2022_relwithdebinfo",
|
||||
"displayName": "RelWithDebInfo",
|
||||
"configurePreset": "msvc_2022_relwithdebinfo"
|
||||
"configurePreset": "msvc_2022_relwithdebinfo",
|
||||
"jobs": 8
|
||||
},
|
||||
{
|
||||
"name": "msvc_2022_minsizerel",
|
||||
"displayName": "MinSizeRel",
|
||||
"configurePreset": "msvc_2022_minsizerel"
|
||||
"configurePreset": "msvc_2022_minsizerel",
|
||||
"jobs": 8
|
||||
},
|
||||
{
|
||||
"name": "msvc_2019_debug",
|
||||
"displayName": "Debug",
|
||||
"configurePreset": "msvc_2019_debug"
|
||||
"configurePreset": "msvc_2019_debug",
|
||||
"jobs": 8
|
||||
},
|
||||
{
|
||||
"name": "msvc_2019_release",
|
||||
"displayName": "Release",
|
||||
"configurePreset": "msvc_2019_release"
|
||||
"configurePreset": "msvc_2019_release",
|
||||
"jobs": 8
|
||||
},
|
||||
{
|
||||
"name": "msvc_2019_relwithdebinfo",
|
||||
"displayName": "RelWithDebInfo",
|
||||
"configurePreset": "msvc_2019_relwithdebinfo"
|
||||
"configurePreset": "msvc_2019_relwithdebinfo",
|
||||
"jobs": 8
|
||||
},
|
||||
{
|
||||
"name": "msvc_2019_minsizerel",
|
||||
"displayName": "MinSizeRel",
|
||||
"configurePreset": "msvc_2019_minsizerel"
|
||||
"configurePreset": "msvc_2019_minsizerel",
|
||||
"jobs": 8
|
||||
}
|
||||
],
|
||||
"testPresets": [
|
||||
|
||||
Reference in New Issue
Block a user