Added flow for the sanitizers build

Signed-off-by: Pratik Mankawde <pmankawde@ripple.com>
This commit is contained in:
Pratik Mankawde
2025-11-04 15:59:07 +00:00
parent f3a2ec1fb2
commit c38b5aa2d4
10 changed files with 50 additions and 5 deletions

View File

@@ -180,5 +180,6 @@
}
],
"build_type": ["Debug", "Release"],
"cmake_args": ["-Dunity=OFF", "-Dunity=ON"]
"cmake_args": ["-Dunity=OFF", "-Dunity=ON"],
"sanitizers": ["None", "Address", "Thread"]
}