mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-07 15:59:32 +03:00
again try to fix verbose ctest on mac pipeline
This commit is contained in:
parent
0c5f03559d
commit
5fe80671a2
1 changed files with 2 additions and 3 deletions
|
@ -128,9 +128,8 @@ jobs:
|
||||||
displayName: Make
|
displayName: Make
|
||||||
#- script: make test -C $(BuildType)
|
#- script: make test -C $(BuildType)
|
||||||
# displayName: CTest
|
# displayName: CTest
|
||||||
- script: |
|
- script: MIMALLOC_VERBOSE=1 ctest --verbose --timeout 120
|
||||||
cd $(BuildType)
|
workingDirectory: $(BuildType)
|
||||||
MIMALLOC_VERBOSE=1 ctest --verbose --timeout 120
|
|
||||||
displayName: CTest
|
displayName: CTest
|
||||||
# - upload: $(Build.SourcesDirectory)/$(BuildType)
|
# - upload: $(Build.SourcesDirectory)/$(BuildType)
|
||||||
# artifact: mimalloc-macos-$(BuildType)
|
# artifact: mimalloc-macos-$(BuildType)
|
||||||
|
|
Loading…
Add table
Reference in a new issue