From 56805eb1047fbf09841d52646a68cf381bec2275 Mon Sep 17 00:00:00 2001 From: Pavel Stupnikov Date: Sun, 31 Mar 2019 22:05:12 +0300 Subject: [PATCH] azure: test that it builds on linux as well --- azure-pipelines.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b40ca7b3db..4225ca1328 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -67,6 +67,17 @@ jobs: PathtoPublish: bundles/ ArtifactName: bundles +- job: linux + displayName: 'Linux' + dependsOn: source + steps: + - template: azure-pipelines/templates/release-fetch-source.yml + - template: linux-build.yml + parameters: + Image: compile-farm + ContainerCommand: '$(Build.BuildNumber)' + Tag: $(Agent.JobName) + - job: windows displayName: 'Windows' pool: