azure: test that it builds on linux as well
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user