mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-06 23:39:31 +03:00
add guarded build to test pipeline
This commit is contained in:
parent
51025f1ac2
commit
bb3976760f
1 changed files with 7 additions and 0 deletions
|
@ -113,6 +113,11 @@ jobs:
|
||||||
CXX: clang++
|
CXX: clang++
|
||||||
BuildType: debug-tsan-clang-cxx
|
BuildType: debug-tsan-clang-cxx
|
||||||
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=RelWithDebInfo -DMI_USE_CXX=ON -DMI_DEBUG_TSAN=ON
|
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=RelWithDebInfo -DMI_USE_CXX=ON -DMI_DEBUG_TSAN=ON
|
||||||
|
Debug Guarded Clang:
|
||||||
|
CC: clang
|
||||||
|
CXX: clang
|
||||||
|
BuildType: debug-guarded-clang
|
||||||
|
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=RelWithDebInfo -DMI_DEBUG_FULL=ON -DMI_DEBUG_GUARDED=ON
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- task: CMake@1
|
- task: CMake@1
|
||||||
|
@ -124,6 +129,8 @@ jobs:
|
||||||
- script: ctest --verbose --timeout 180
|
- script: ctest --verbose --timeout 180
|
||||||
workingDirectory: $(BuildType)
|
workingDirectory: $(BuildType)
|
||||||
displayName: CTest
|
displayName: CTest
|
||||||
|
env:
|
||||||
|
MIMALLOC_DEBUG_GUARDED_MAX: 1024
|
||||||
# - upload: $(Build.SourcesDirectory)/$(BuildType)
|
# - upload: $(Build.SourcesDirectory)/$(BuildType)
|
||||||
# artifact: mimalloc-ubuntu-$(BuildType)
|
# artifact: mimalloc-ubuntu-$(BuildType)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue