mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-08 04:18:42 +03:00
add ubsan and tsan to pipeline
This commit is contained in:
parent
651ff2c68b
commit
8e6a475386
6 changed files with 21 additions and 9 deletions
|
@ -103,6 +103,16 @@ jobs:
|
|||
CXX: clang++
|
||||
BuildType: debug-asan-clang
|
||||
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Debug -DMI_DEBUG_FULL=ON -DMI_TRACK_ASAN=ON
|
||||
Debug UBSAN Clang:
|
||||
CC: clang
|
||||
CXX: clang++
|
||||
BuildType: debug-ubsan-clang
|
||||
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Debug -DMI_DEBUG_FULL=ON -DMI_DEBUG_UBSAN=ON
|
||||
Debug TSAN Clang++:
|
||||
CC: clang
|
||||
CXX: clang++
|
||||
BuildType: debug-tsan-clang-cxx
|
||||
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Debug -DMI_USE_CXX=ON -DMI_DEBUG_TSAN=ON
|
||||
|
||||
steps:
|
||||
- task: CMake@1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue