mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-04 22:49:32 +03:00
try ctest in windows pipeline again with increased stack per thread
This commit is contained in:
parent
f09549c98f
commit
33a45f3f47
1 changed files with 4 additions and 4 deletions
|
@ -36,10 +36,10 @@ jobs:
|
||||||
inputs:
|
inputs:
|
||||||
solution: $(BuildType)/libmimalloc.sln
|
solution: $(BuildType)/libmimalloc.sln
|
||||||
configuration: '$(MSBuildConfiguration)'
|
configuration: '$(MSBuildConfiguration)'
|
||||||
#- script: |
|
- script: |
|
||||||
# cd $(BuildType)
|
cd $(BuildType)
|
||||||
# ctest --verbose --timeout 120
|
ctest --verbose --timeout 120
|
||||||
# displayName: CTest
|
displayName: CTest
|
||||||
#- script: $(BuildType)\$(BuildType)\mimalloc-test-stress
|
#- script: $(BuildType)\$(BuildType)\mimalloc-test-stress
|
||||||
# displayName: TestStress
|
# displayName: TestStress
|
||||||
#- upload: $(Build.SourcesDirectory)/$(BuildType)
|
#- upload: $(Build.SourcesDirectory)/$(BuildType)
|
||||||
|
|
Loading…
Add table
Reference in a new issue