mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-29 23:45:51 +00:00
20 lines
379 B
JSON
20 lines
379 B
JSON
{
|
|
"architecture": [
|
|
{
|
|
"platform": "windows/amd64",
|
|
"runner": ["self-hosted", "Windows", "devbox"]
|
|
}
|
|
],
|
|
"os": [
|
|
{
|
|
"distro_name": "windows",
|
|
"distro_version": "",
|
|
"compiler_name": "",
|
|
"compiler_version": "",
|
|
"image_sha": ""
|
|
}
|
|
],
|
|
"build_type": ["Debug", "Release"],
|
|
"cmake_args": ["-Dunity=OFF", "-Dunity=ON"]
|
|
}
|