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
7575b58d7a
commit
313d4b8ffd
1 changed files with 2 additions and 2 deletions
|
@ -29,10 +29,10 @@ jobs:
|
||||||
- task: MSBuild@1
|
- task: MSBuild@1
|
||||||
inputs:
|
inputs:
|
||||||
solution: $(BuildType)/libmimalloc.sln
|
solution: $(BuildType)/libmimalloc.sln
|
||||||
- displayName: CTest
|
- script: |
|
||||||
script: |
|
|
||||||
cd $(BuildType)
|
cd $(BuildType)
|
||||||
ctest
|
ctest
|
||||||
|
displayName: 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