ci: test validator keys tool as libxrpl consumer

This commit is contained in:
Michael Legleux
2026-06-16 10:47:06 -07:00
parent 0364e4dc41
commit bd8351c653
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"
}
]
},