mirror of
https://github.com/microsoft/mimalloc.git
synced 2024-12-26 04:21:03 +08:00
add ASAN to pipeline
This commit is contained in:
parent
2440e60d95
commit
e1e1e25d21
@ -98,6 +98,12 @@ jobs:
|
||||
CXX: clang++
|
||||
BuildType: debug-clang-cxx
|
||||
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Debug -DMI_DEBUG_FULL=ON -DMI_USE_CXX=ON
|
||||
Debug ASAN Clang:
|
||||
CC: clang
|
||||
CXX: clang++
|
||||
BuildType: debug-asan-clang
|
||||
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Debug -DMI_DEBUG_FULL=ON -DMI_TRACK_ASAN=ON
|
||||
|
||||
steps:
|
||||
- task: CMake@1
|
||||
inputs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user