From 3d03024ab235cf09517b8b1125093a9062151da2 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 13 Jun 2019 09:28:38 -0400 Subject: oss-fuzz initial integration --- azure-pipelines.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7e6bfbc5..69a65b80 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -100,3 +100,11 @@ jobs: buildPlatform: AppImage dependsOn: Linux condition: succeeded() +- job: Fuzzers + pool: + vmImage: ubuntu-16.04 + steps: + - script: azure-pipelines/build-fuzzer + displayName: 'Build Fuzzer' + dependsOn: Linux + condition: succeeded() -- cgit v1.2.3-54-g00ecf