Skip to content

Commit 4736c47

Browse files
committed
Add CentOS 8 CI build
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.
1 parent 9678fef commit 4736c47

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.vsts.pipelines/builds/matrix.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,17 @@ jobs:
2929
matrix:
3030
Offline: { type: Offline}
3131

32+
- template: ../jobs/ci-linux.yml
33+
parameters:
34+
job: centos8
35+
imageName: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-8-daa5116-20200325130212
36+
reportPrebuiltLeaks: false
37+
matrix:
38+
Production: { generatePrebuiltBurndown: true, runUnitTests: true }
39+
Online: { type: Online }
40+
Offline: { type: Offline }
41+
Offline Portable: { type: Offline Portable }
42+
3243
- template: ../jobs/ci-linux.yml
3344
parameters:
3445
job: debian9

0 commit comments

Comments
 (0)