aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
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()