
It's much easier to determine this in CI and ensure our artifact names are correct (I have made some accidents). They (and thus the updater) can also easily be left out of local builds -- and probably should've always been Signed-off-by: Seth Flynn <getchoo@tuta.io>
82 lines
1.3 KiB
JSON
82 lines
1.3 KiB
JSON
{
|
|
"$schema": "https://cmake.org/cmake/help/latest/_downloads/3e2d73bff478d88a7de0de736ba5e361/schema.json",
|
|
"version": 8,
|
|
"configurePresets": [
|
|
{
|
|
"name": "base",
|
|
"hidden": true,
|
|
"binaryDir": "build",
|
|
"installDir": "install",
|
|
"cacheVariables": {
|
|
"Launcher_BUILD_ARTIFACT": "$penv{ARTIFACT_NAME}",
|
|
"Launcher_BUILD_PLATFORM": "custom"
|
|
}
|
|
},
|
|
{
|
|
"name": "base_debug",
|
|
"hidden": true,
|
|
"inherits": [
|
|
"base"
|
|
],
|
|
"cacheVariables": {
|
|
"CMAKE_BUILD_TYPE": "Debug"
|
|
}
|
|
},
|
|
{
|
|
"name": "base_release",
|
|
"hidden": true,
|
|
"inherits": [
|
|
"base"
|
|
],
|
|
"cacheVariables": {
|
|
"CMAKE_BUILD_TYPE": "Release",
|
|
"ENABLE_LTO": "ON"
|
|
}
|
|
},
|
|
{
|
|
"name": "base_ci",
|
|
"hidden": true,
|
|
"inherits": [
|
|
"base_release"
|
|
],
|
|
"cacheVariables": {
|
|
"Launcher_BUILD_PLATFORM": "official",
|
|
"Launcher_FORCE_BUNDLED_LIBS": "ON"
|
|
}
|
|
}
|
|
],
|
|
"testPresets": [
|
|
{
|
|
"name": "base",
|
|
"hidden": true,
|
|
"output": {
|
|
"outputOnFailure": true
|
|
},
|
|
"execution": {
|
|
"noTestsAction": "error"
|
|
},
|
|
"filter": {
|
|
"exclude": {
|
|
"name": "^example64|example$"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "base_debug",
|
|
"hidden": true,
|
|
"inherits": [
|
|
"base"
|
|
],
|
|
"output": {
|
|
"debug": true
|
|
}
|
|
},
|
|
{
|
|
"name": "base_release",
|
|
"hidden": true,
|
|
"inherits": [
|
|
"base"
|
|
]
|
|
}
|
|
]
|
|
}
|