azure: test that it builds on linux as well

This commit is contained in:
Pavel Stupnikov
2019-03-31 22:05:12 +03:00
parent ae854abee7
commit 56805eb104

View File

@@ -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: