mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-06 23:39:31 +03:00
Merge branch 'dev' into dev-slice
This commit is contained in:
commit
61fc830014
1 changed files with 7 additions and 6 deletions
|
@ -108,11 +108,12 @@ jobs:
|
||||||
CXX: clang++
|
CXX: clang++
|
||||||
BuildType: debug-ubsan-clang
|
BuildType: debug-ubsan-clang
|
||||||
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Debug -DMI_DEBUG_FULL=ON -DMI_DEBUG_UBSAN=ON
|
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Debug -DMI_DEBUG_FULL=ON -DMI_DEBUG_UBSAN=ON
|
||||||
Debug TSAN Clang++:
|
# Disable for now as it times out on the azure build machines
|
||||||
CC: clang
|
# Debug TSAN Clang++:
|
||||||
CXX: clang++
|
# CC: clang
|
||||||
BuildType: debug-tsan-clang-cxx
|
# CXX: clang++
|
||||||
cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Debug -DMI_USE_CXX=ON -DMI_DEBUG_TSAN=ON
|
# BuildType: debug-tsan-clang-cxx
|
||||||
|
# cmakeExtraArgs: -DCMAKE_BUILD_TYPE=Debug -DMI_USE_CXX=ON -DMI_DEBUG_TSAN=ON
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- task: CMake@1
|
- task: CMake@1
|
||||||
|
@ -121,7 +122,7 @@ jobs:
|
||||||
cmakeArgs: .. $(cmakeExtraArgs)
|
cmakeArgs: .. $(cmakeExtraArgs)
|
||||||
- script: make -j$(nproc) -C $(BuildType)
|
- script: make -j$(nproc) -C $(BuildType)
|
||||||
displayName: Make
|
displayName: Make
|
||||||
- script: ctest --verbose --timeout 600
|
- script: ctest --verbose --timeout 180
|
||||||
workingDirectory: $(BuildType)
|
workingDirectory: $(BuildType)
|
||||||
displayName: CTest
|
displayName: CTest
|
||||||
# - upload: $(Build.SourcesDirectory)/$(BuildType)
|
# - upload: $(Build.SourcesDirectory)/$(BuildType)
|
||||||
|
|
Loading…
Add table
Reference in a new issue