mirror of
https://github.com/Simplxss/SignerServer.git
synced 2024-11-21 00:37:53 +08:00
chore: build arm64
This commit is contained in:
parent
be3d5e1a70
commit
efb780fa67
@ -11,6 +11,16 @@
|
||||
"CMAKE_INSTALL_PREFIX": "${sourceDir}/install/${presetName}"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "ninja-arm64",
|
||||
"displayName": "Configure ninja-arm64",
|
||||
"description": "Configure ninja-arm64",
|
||||
"generator": "Ninja",
|
||||
"binaryDir": "${sourceDir}/build/${presetName}",
|
||||
"cacheVariables": {
|
||||
"CMAKE_INSTALL_PREFIX": "${sourceDir}/install/${presetName}"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "msvc-x64",
|
||||
"displayName": "Visual Studio Community 2022 Preview - amd64",
|
||||
@ -27,6 +37,22 @@
|
||||
}
|
||||
],
|
||||
"buildPresets": [
|
||||
{
|
||||
"name":"ninja-arm64-debug",
|
||||
"description": "Build ninja-arm64 Debug",
|
||||
"displayName": "Build ninja-arm64 Debug",
|
||||
"configurePreset": "ninja-arm64",
|
||||
"configuration": "Debug",
|
||||
"targets": "all"
|
||||
},
|
||||
{
|
||||
"name": "ninja-arm64-release",
|
||||
"description": "Build ninja-arm64 Release",
|
||||
"displayName": "Build ninja-arm64 Release",
|
||||
"configurePreset": "ninja-arm64",
|
||||
"configuration": "Release",
|
||||
"targets": "all"
|
||||
}
|
||||
{
|
||||
"name": "ninja-x64-debug",
|
||||
"description": "Build ninja-x64 Debug",
|
||||
@ -56,4 +82,4 @@
|
||||
"configuration": "Release"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user