ci: test validator keys tool as libxrpl consumer

This commit is contained in:
Michael Legleux
2026-06-16 10:47:06 -07:00
parent b6a1ad5bb3
commit 8ba6053ebd
34 changed files with 2329 additions and 66 deletions

View File

@@ -50,7 +50,8 @@
{
"compiler": ["gcc"],
"build_type": ["Release"],
"arch": ["amd64"]
"arch": ["amd64"],
"extra_cmake_args": "-Dvalidator_keys=ON"
}
],
@@ -58,7 +59,8 @@
{
"compiler": ["gcc"],
"build_type": ["Release"],
"arch": ["amd64"]
"arch": ["amd64"],
"extra_cmake_args": "-Dvalidator_keys=ON"
}
]
},