mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-03 22:19:32 +03:00
merge from dev
This commit is contained in:
commit
60206ec075
1 changed files with 4 additions and 10 deletions
|
@ -43,7 +43,7 @@ jobs:
|
|||
solution: $(BuildType)/libmimalloc.sln
|
||||
configuration: '$(MSBuildConfiguration)'
|
||||
msbuildArguments: -m
|
||||
- script: ctest --verbose --timeout 120 -C $(MSBuildConfiguration)
|
||||
- script: ctest --verbose --timeout 240 -C $(MSBuildConfiguration)
|
||||
workingDirectory: $(BuildType)
|
||||
displayName: CTest
|
||||
#- script: $(BuildType)\$(BuildType)\mimalloc-test-stress
|
||||
|
@ -126,7 +126,7 @@ jobs:
|
|||
cmakeArgs: .. $(cmakeExtraArgs)
|
||||
- script: make -j$(nproc) -C $(BuildType)
|
||||
displayName: Make
|
||||
- script: ctest --verbose --timeout 180
|
||||
- script: ctest --verbose --timeout 240
|
||||
workingDirectory: $(BuildType)
|
||||
displayName: CTest
|
||||
env:
|
||||
|
@ -157,13 +157,7 @@ jobs:
|
|||
cmakeArgs: .. $(cmakeExtraArgs)
|
||||
- script: make -j$(sysctl -n hw.ncpu) -C $(BuildType)
|
||||
displayName: Make
|
||||
# - script: MIMALLOC_VERBOSE=1 ./mimalloc-test-api
|
||||
# workingDirectory: $(BuildType)
|
||||
# displayName: TestAPI
|
||||
# - script: MIMALLOC_VERBOSE=1 ./mimalloc-test-stress
|
||||
# workingDirectory: $(BuildType)
|
||||
# displayName: TestStress
|
||||
- script: ctest --verbose --timeout 120
|
||||
- script: ctest --verbose --timeout 240
|
||||
workingDirectory: $(BuildType)
|
||||
displayName: CTest
|
||||
|
||||
|
@ -200,5 +194,5 @@ jobs:
|
|||
# configuration: '$(MSBuildConfiguration)'
|
||||
# - script: |
|
||||
# cd $(BuildType)
|
||||
# ctest --verbose --timeout 120
|
||||
# ctest --verbose --timeout 240
|
||||
# displayName: CTest
|
||||
|
|
Loading…
Add table
Reference in a new issue