mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-01-14 16:47:59 +08:00
add test results task to azure pipeline
This commit is contained in:
parent
67bed283aa
commit
6577e0e9fd
@ -53,6 +53,11 @@ jobs:
|
|||||||
- upload: $(Build.SourcesDirectory)/$(BuildType)
|
- upload: $(Build.SourcesDirectory)/$(BuildType)
|
||||||
artifact: ubuntu-$(BuildType)
|
artifact: ubuntu-$(BuildType)
|
||||||
|
|
||||||
|
- task: PublishTestResults@2
|
||||||
|
inputs:
|
||||||
|
testResultsFormat: cTest
|
||||||
|
testResultsFiles: '$(BuildType)/Testing/Temporary/LastTest.log'
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
displayName: macOS
|
displayName: macOS
|
||||||
pool:
|
pool:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user