mirror of https://github.com/microsoft/mimalloc
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)
|
||||
artifact: ubuntu-$(BuildType)
|
||||
|
||||
- task: PublishTestResults@2
|
||||
inputs:
|
||||
testResultsFormat: cTest
|
||||
testResultsFiles: '$(BuildType)/Testing/Temporary/LastTest.log'
|
||||
|
||||
- job:
|
||||
displayName: macOS
|
||||
pool:
|
||||
|
|
Loading…
Reference in New Issue