disable test in windows pipeline
This commit is contained in:
parent
39948bce78
commit
694315fbe4
@ -36,10 +36,10 @@ jobs:
|
||||
inputs:
|
||||
solution: $(BuildType)/libmimalloc.sln
|
||||
configuration: '$(MSBuildConfiguration)'
|
||||
- script: |
|
||||
cd $(BuildType)
|
||||
ctest --verbose --timeout 120
|
||||
displayName: CTest
|
||||
#- script: |
|
||||
# cd $(BuildType)
|
||||
# ctest --verbose --timeout 120
|
||||
# displayName: CTest
|
||||
- upload: $(Build.SourcesDirectory)/$(BuildType)
|
||||
artifact: mimalloc-windows-$(BuildType)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user