mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-04 22:49:32 +03:00
fix test on Windows in azure pipelines
This commit is contained in:
parent
ce3f327f21
commit
7575b58d7a
1 changed files with 4 additions and 1 deletions
|
@ -29,7 +29,10 @@ jobs:
|
||||||
- task: MSBuild@1
|
- task: MSBuild@1
|
||||||
inputs:
|
inputs:
|
||||||
solution: $(BuildType)/libmimalloc.sln
|
solution: $(BuildType)/libmimalloc.sln
|
||||||
- task: CTest@1
|
- displayName: CTest
|
||||||
|
script: |
|
||||||
|
cd $(BuildType)
|
||||||
|
ctest
|
||||||
- upload: $(Build.SourcesDirectory)/$(BuildType)
|
- upload: $(Build.SourcesDirectory)/$(BuildType)
|
||||||
artifact: mimalloc-windows-$(BuildType)
|
artifact: mimalloc-windows-$(BuildType)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue