Testing build matrix

Changes azure-pipelines to have 3 different stages: fedora-latest,
centos-7 and centos-8.
This commit is contained in:
Sergio Oliveira Campos
2020-08-20 14:18:10 -03:00
parent a8e9b2ae00
commit d6afa976f5
4 changed files with 74 additions and 32 deletions

View File

@@ -6,6 +6,9 @@ schedules:
branches:
include:
- master
always: true
trigger: none
pool:
vmImage: 'ubuntu-18.04'