aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-06-15 21:34:29 +0200
committerJay Berkenbilt <ejb@ql.org>2019-06-15 23:24:24 +0200
commit127859a6d3071332bccfcf5ce4d98a4b70fbacee (patch)
tree2b8178e32f8f476006d1e05bf3b948715e4b3b44 /azure-pipelines.yml
parentbcfa407912dde624cc64e9d19d0ad1eb10c62247 (diff)
downloadqpdf-127859a6d3071332bccfcf5ce4d98a4b70fbacee.tar.zst
Run tests with sanitizers in CI
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 69a65b80..d8b07a80 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -108,3 +108,15 @@ jobs:
displayName: 'Build Fuzzer'
dependsOn: Linux
condition: succeeded()
+- job: Sanitizers
+ pool:
+ vmImage: ubuntu-16.04
+ steps:
+ - script: azure-pipelines/test-sanitizers
+ displayName: 'Sanitizer Tests'
+ - task: PublishTestResults@2
+ inputs:
+ testRunTitle: Sanitizers
+ buildPlatform: Sanitizers
+ dependsOn: Linux
+ condition: succeeded()