mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-13 02:00:34 +00:00
17 lines
400 B
JSON
17 lines
400 B
JSON
{
|
|
"platform": "macos/arm64",
|
|
"runner": ["self-hosted", "macOS", "ARM64", "mac-runner-m1"],
|
|
"configs": [
|
|
{
|
|
"build_type": "Release",
|
|
"extra_cmake_args": "-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
|
|
},
|
|
{
|
|
"build_type": "Debug",
|
|
"extra_cmake_args": "-DCMAKE_POLICY_VERSION_MINIMUM=3.5",
|
|
"build_only": true,
|
|
"exclude_event_types": ["pull_request"]
|
|
}
|
|
]
|
|
}
|