Merge pull request #1209 from tom-tan/patch-1

Update azure-pipelines.yml to use multiple Ubuntu versions
This commit is contained in:
Povilas Kanapickas 2021-08-19 14:44:02 +03:00 committed by GitHub
commit b0c0b42bc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -63,9 +63,17 @@ jobs:
artifactName: Windows Release Installer
- job: LinuxBuild
strategy:
matrix:
ubuntu-16.04:
imageName: 'ubuntu-16.04'
ubuntu-18.04:
imageName: 'ubuntu-18.04'
ubuntu-20.04:
imageName: 'ubuntu-20.04'
displayName: Linux Build
pool:
vmImage: 'ubuntu-16.04'
vmImage: $(imageName)
steps:
- script: sudo apt-get update -y
- script: sudo apt-get install -y libxtst-dev qtdeclarative5-dev libavahi-compat-libdnssd-dev libcurl4-openssl-dev