more sanitizers

This commit is contained in:
2026-02-22 11:36:54 +01:00
committed by Romain BOULLARD
parent 56418bb401
commit a682d8ade2
3 changed files with 42 additions and 4 deletions

View File

@@ -27,13 +27,19 @@ jobs:
name: Debug (ASAN, LSAN, UBSAN)
- build_type: Debug
conan_profile: ./ConanProfiles/clangd2
name: Debug (TSAN, MSAN)
name: Debug (TSAN)
- build_type: Debug
conan_profile: ./ConanProfiles/clangd3
name: Debug (MSAN)
- build_type: RelWithDebInfo
conan_profile: ./ConanProfiles/clangd
name: RelWithDebInfo (ASAN, LSAN, UBSAN)
- build_type: RelWithDebInfo
conan_profile: ./ConanProfiles/clangd2
name: RelWithDebInfo (TSAN, MSAN)
name: RelWithDebInfo (TSAN)
- build_type: RelWithDebInfo
conan_profile: ./ConanProfiles/clangd3
name: RelWithDebInfo (MSAN)
name: "Build & Test ${{ matrix.name }}"
steps:
- name: Install Node.js