add ASAN to pipeline

This commit is contained in:
Daan Leijen 2023-03-29 11:52:46 -07:00
parent 2440e60d95
commit e1e1e25d21

View File

@ -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: