summaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-10-15 20:13:52 +0200
committerJay Berkenbilt <ejb@ql.org>2018-10-16 17:41:00 +0200
commitc13a0f4467ae3a27c6f7114593cf1b14a421a8b1 (patch)
treec5fa9bf4b181523d22d78c4625430b8ef8f6a935 /azure-pipelines.yml
parent4cfa6b7e4927bac7fae7b62144f5e6704fce5cb9 (diff)
downloadqpdf-c13a0f4467ae3a27c6f7114593cf1b14a421a8b1.tar.zst
Publish test results from AppImage build
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 93a5bef4..7e6bfbc5 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -94,5 +94,9 @@ jobs:
artifactName: distribution
displayName: 'Upload AppImage'
condition: eq(variables['System.PullRequest.IsFork'], 'False')
+ - task: PublishTestResults@2
+ inputs:
+ testRunTitle: AppImage
+ buildPlatform: AppImage
dependsOn: Linux
condition: succeeded()