This prevents us from hardcoding variants for each release type. Yay! Signed-off-by: Seth Flynn <getchoo@tuta.io>
37 lines
744 B
JSON
37 lines
744 B
JSON
{
|
|
"$schema": "https://cmake.org/cmake/help/latest/_downloads/3e2d73bff478d88a7de0de736ba5e361/schema.json",
|
|
"version": 8,
|
|
"configurePresets": [
|
|
{
|
|
"name": "base",
|
|
"hidden": true,
|
|
"binaryDir": "build",
|
|
"installDir": "install",
|
|
"generator": "Ninja Multi-Config",
|
|
"cacheVariables": {
|
|
"Launcher_BUILD_ARTIFACT": "$penv{ARTIFACT_NAME}",
|
|
"Launcher_BUILD_PLATFORM": "$penv{BUILD_PLATFORM}",
|
|
"Launcher_ENABLE_JAVA_DOWNLOADER": "ON",
|
|
"ENABLE_LTO": "ON"
|
|
}
|
|
}
|
|
],
|
|
"testPresets": [
|
|
{
|
|
"name": "base",
|
|
"hidden": true,
|
|
"output": {
|
|
"outputOnFailure": true
|
|
},
|
|
"execution": {
|
|
"noTestsAction": "error"
|
|
},
|
|
"filter": {
|
|
"exclude": {
|
|
"name": "^example64|example$"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|