mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-06 06:40:27 +00:00
13 lines
264 B
JSON
13 lines
264 B
JSON
{
|
|
"platform": "windows/amd64",
|
|
"runner": ["self-hosted", "Windows", "dev-box-windows-2026"],
|
|
"configs": [
|
|
{ "build_type": "Release" },
|
|
{
|
|
"build_type": "Debug",
|
|
"build_only": true,
|
|
"exclude_event_types": ["pull_request"]
|
|
}
|
|
]
|
|
}
|