Files
rippled/.github/scripts/strategy-matrix/windows.json

13 lines
258 B
JSON

{
"platform": "windows/amd64",
"runner": ["self-hosted", "Windows", "dev-box-windows-2026"],
"configs": [
{ "build_type": "Release", "minimal": true },
{
"build_type": "Debug",
"build_only": true,
"minimal": false
}
]
}