Skip to content

Commit

Permalink
Add CentOS 8 CI build
Browse files Browse the repository at this point in the history
We have had some issues building in RHEL 8, so lets set up a CentOS 8 CI
system to try and catch those issues earlier.
  • Loading branch information
omajid committed Mar 25, 2020
1 parent 9678fef commit 4736c47
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .vsts.pipelines/builds/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,17 @@ jobs:
matrix:
Offline: { type: Offline}

- template: ../jobs/ci-linux.yml
parameters:
job: centos8
imageName: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-8-daa5116-20200325130212
reportPrebuiltLeaks: false
matrix:
Production: { generatePrebuiltBurndown: true, runUnitTests: true }
Online: { type: Online }
Offline: { type: Offline }
Offline Portable: { type: Offline Portable }

- template: ../jobs/ci-linux.yml
parameters:
job: debian9
Expand Down

0 comments on commit 4736c47

Please sign in to comment.