mirror of
https://github.com/microsoft/mimalloc.git
synced 2024-12-25 20:14:12 +08:00
Merge branch 'dev' into dev-slice
This commit is contained in:
commit
61fc830014
@ -108,11 +108,12 @@ jobs:
|
||||
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
|
||||
# Disable for now as it times out on the azure build machines
|
||||
# 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
|
||||
@ -121,7 +122,7 @@ jobs:
|
||||
cmakeArgs: .. $(cmakeExtraArgs)
|
||||
- script: make -j$(nproc) -C $(BuildType)
|
||||
displayName: Make
|
||||
- script: ctest --verbose --timeout 600
|
||||
- script: ctest --verbose --timeout 180
|
||||
workingDirectory: $(BuildType)
|
||||
displayName: CTest
|
||||
# - upload: $(Build.SourcesDirectory)/$(BuildType)
|
||||
|
Loading…
x
Reference in New Issue
Block a user