From ba085216dd6bcb3774c03b570c9641396e010a73 Mon Sep 17 00:00:00 2001 From: Arne Petersen Date: Fri, 31 May 2019 11:59:52 +0200 Subject: [PATCH] add sonarr build job --- azure-pipelines.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a75f9a6e9..83011fab1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -75,4 +75,17 @@ jobs: - template: .azure-pipelines/addon-template.yml parameters: addon: 'nzbget' + arch: '--all' + +- job: 'sonarr' + condition: and(eq(variables['Build.SourceBranchName'], 'master'), succeeded('Hadolint'), succeeded('JQ')) + dependsOn: + - 'Hadolint' + - 'JQ' + pool: + vmImage: 'ubuntu-16.04' + steps: + - template: .azure-pipelines/addon-template.yml + parameters: + addon: 'sonarr' arch: '--all' \ No newline at end of file