mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-06 23:39:31 +03:00
enable verbose ctest on mac pipeline
This commit is contained in:
parent
3d708aa7e1
commit
85a8c138fc
1 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue