Files
rippled/.github/scripts/strategy-matrix/windows.json
2026-06-05 22:02:44 -07:00

9 lines
187 B
JSON

{
"platform": "windows/amd64",
"runner": ["self-hosted", "Windows", "devbox"],
"configs": [
{ "build_type": "Release" },
{ "build_type": "Debug", "build_only": true }
]
}