mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-01-14 00:27:59 +08:00
enable verbose ctest on mac pipeline
This commit is contained in:
parent
3d708aa7e1
commit
85a8c138fc
@ -126,7 +126,11 @@ jobs:
|
|||||||
cmakeArgs: .. $(cmakeExtraArgs)
|
cmakeArgs: .. $(cmakeExtraArgs)
|
||||||
- script: make -j$(sysctl -n hw.ncpu) -C $(BuildType)
|
- script: make -j$(sysctl -n hw.ncpu) -C $(BuildType)
|
||||||
displayName: Make
|
displayName: Make
|
||||||
- script: make test -C $(BuildType)
|
#- script: make test -C $(BuildType)
|
||||||
|
# displayName: CTest
|
||||||
|
- script: |
|
||||||
|
cd $(BuildType)
|
||||||
|
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…
x
Reference in New Issue
Block a user