less sanitizers
All checks were successful
Bin2CPP / Build & Test Debug (ASAN, LSAN, UBSAN) (push) Successful in 50s
Bin2CPP / Build & Test RelWithDebInfo (ASAN, LSAN, UBSAN) (push) Successful in 1m4s
Bin2CPP / Clang Format Checks (push) Successful in 8s
Bin2CPP / Build & Test Release (push) Successful in 33s

This commit is contained in:
2026-02-22 11:39:21 +01:00
parent 66b5c7a000
commit 4f4cd59b8e
3 changed files with 0 additions and 76 deletions

View File

@@ -25,21 +25,9 @@ jobs:
- build_type: Debug
conan_profile: ./ConanProfiles/clangd
name: Debug (ASAN, LSAN, UBSAN)
- build_type: Debug
conan_profile: ./ConanProfiles/clangd2
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)
- build_type: RelWithDebInfo
conan_profile: ./ConanProfiles/clangd3
name: RelWithDebInfo (MSAN)
name: "Build & Test ${{ matrix.name }}"
steps:
- name: Install Node.js