mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-06 15:29:31 +03:00
fix verbose ctest on mac pipeline
This commit is contained in:
parent
a0370f347c
commit
0c5f03559d
1 changed files with 1 additions and 2 deletions
|
@ -130,8 +130,7 @@ jobs:
|
|||
# displayName: CTest
|
||||
- script: |
|
||||
cd $(BuildType)
|
||||
export MIMALLOC_VERBOSE=1
|
||||
ctest --verbose --timeout 120
|
||||
MIMALLOC_VERBOSE=1 ctest --verbose --timeout 120
|
||||
displayName: CTest
|
||||
# - upload: $(Build.SourcesDirectory)/$(BuildType)
|
||||
# artifact: mimalloc-macos-$(BuildType)
|
||||
|
|
Loading…
Add table
Reference in a new issue