2025-10-09 00:25:29 +01:00
|
|
|
{
|
|
|
|
|
"version": 8,
|
|
|
|
|
"cmakeMinimumRequired": {
|
|
|
|
|
"major": 3,
|
|
|
|
|
"minor": 23,
|
|
|
|
|
"patch": 0
|
|
|
|
|
},
|
|
|
|
|
"include": [
|
|
|
|
|
"ConanPresets.json"
|
|
|
|
|
],
|
|
|
|
|
"configurePresets": [
|
|
|
|
|
{
|
2025-10-09 03:10:46 +01:00
|
|
|
"name": "testnet",
|
|
|
|
|
"binaryDir": "${sourceDir}/build/release",
|
|
|
|
|
"environment": {
|
|
|
|
|
"CONAN_HOME": "${sourceDir}/build/sdk"
|
|
|
|
|
},
|
2025-10-09 00:25:29 +01:00
|
|
|
"cacheVariables": {
|
2025-10-09 03:10:46 +01:00
|
|
|
"TESTNET": "ON",
|
|
|
|
|
"CMAKE_BUILD_TYPE": "Release",
|
2026-02-06 01:57:40 +00:00
|
|
|
"CMAKE_PROJECT_TOP_LEVEL_INCLUDES":".core/build/cmake/ConanProvider.cmake"
|
2025-10-09 00:25:29 +01:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-10-09 03:10:46 +01:00
|
|
|
"name": "mainnet",
|
|
|
|
|
"binaryDir": "${sourceDir}/build/release",
|
|
|
|
|
"environment": {
|
|
|
|
|
"CONAN_HOME": "${sourceDir}/build/sdk"
|
2025-10-09 00:25:29 +01:00
|
|
|
},
|
|
|
|
|
"cacheVariables": {
|
2025-10-09 03:10:46 +01:00
|
|
|
"TESTNET": "OFF",
|
|
|
|
|
"CMAKE_BUILD_TYPE": "Release",
|
2026-02-06 01:57:40 +00:00
|
|
|
"CMAKE_PROJECT_TOP_LEVEL_INCLUDES":".core/build/cmake/ConanProvider.cmake"
|
2025-10-09 00:25:29 +01:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"buildPresets": [
|
|
|
|
|
{
|
2025-10-09 03:10:46 +01:00
|
|
|
"name": "testnet",
|
|
|
|
|
"configurePreset": "testnet"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "mainnet",
|
|
|
|
|
"configurePreset": "mainnet"
|
2025-10-09 00:25:29 +01:00
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"testPresets": [
|
|
|
|
|
{
|
2025-10-09 03:10:46 +01:00
|
|
|
"name": "mainnet",
|
|
|
|
|
"configurePreset": "mainnet",
|
2025-10-09 00:25:29 +01:00
|
|
|
"output": {"outputOnFailure": true},
|
|
|
|
|
"execution": {"noTestsAction": "error", "stopOnFailure": true}
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"packagePresets": [
|
|
|
|
|
{
|
2025-10-09 03:10:46 +01:00
|
|
|
"name": "mainnet",
|
|
|
|
|
"configurePreset": "mainnet",
|
|
|
|
|
"generators": [
|
|
|
|
|
"TGZ",
|
|
|
|
|
"ZIP"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "testnet",
|
|
|
|
|
"configurePreset": "testnet",
|
2025-10-09 00:25:29 +01:00
|
|
|
"generators": [
|
|
|
|
|
"TGZ",
|
|
|
|
|
"ZIP"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"workflowPresets": [
|
|
|
|
|
{
|
2025-10-09 03:10:46 +01:00
|
|
|
"name": "testnet",
|
2025-10-09 00:25:29 +01:00
|
|
|
"steps": [
|
|
|
|
|
{
|
|
|
|
|
"type": "configure",
|
2025-10-09 03:10:46 +01:00
|
|
|
"name": "testnet"
|
2025-10-09 00:25:29 +01:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "build",
|
2025-10-09 03:10:46 +01:00
|
|
|
"name": "testnet"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "package",
|
|
|
|
|
"name": "testnet"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "mainnet",
|
|
|
|
|
"steps": [
|
|
|
|
|
{
|
|
|
|
|
"type": "configure",
|
|
|
|
|
"name": "mainnet"
|
2025-10-09 00:25:29 +01:00
|
|
|
},
|
|
|
|
|
{
|
2025-10-09 03:10:46 +01:00
|
|
|
"type": "build",
|
|
|
|
|
"name": "mainnet"
|
2025-10-09 00:25:29 +01:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "package",
|
2025-10-09 03:10:46 +01:00
|
|
|
"name": "mainnet"
|
2025-10-09 00:25:29 +01:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|