From 127859a6d3071332bccfcf5ce4d98a4b70fbacee Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 15 Jun 2019 15:34:29 -0400 Subject: Run tests with sanitizers in CI --- azure-pipelines.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'azure-pipelines.yml') 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() -- cgit v1.2.3-54-g00ecf