Hi Pierre, Thank you for this patch. Reviewed-by: Sami Mujawar > Regards, Sami Mujawar From: Pierre.Gondois@arm.com Date: Wednesday, 21 April 2021 at 13:21 To: devel@edk2.groups.io , Sami Mujawar , leif@nuviainc.com , ardb+tianocore@kernel.org , sean.brogan@microsoft.com , Bret.Barkelew@microsoft.com Subject: [PATCH v1 11/12] AzurePipelines: Add support for ArmPkg From: Pierre Gondois Add an entry to build the ArmPkg in the CI. Fixes: https://bugzilla.tianocore.org/show_bug.cgi?id=3348 Signed-off-by: Pierre Gondois --- .azurepipelines/templates/pr-gate-build-job.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.azurepipelines/templates/pr-gate-build-job.yml b/.azurepipelines/templates/pr-gate-build-job.yml index 3e6d275b1b9a..837079e7bd97 100644 --- a/.azurepipelines/templates/pr-gate-build-job.yml +++ b/.azurepipelines/templates/pr-gate-build-job.yml @@ -21,6 +21,9 @@ jobs: #Use matrix to speed up the build process strategy: matrix: + TARGET_ARM: + Build.Pkgs: 'ArmPkg' + Build.Targets: 'DEBUG,RELEASE,NO-TARGET,NOOPT' TARGET_MDE_CPU: Build.Pkgs: 'MdePkg,UefiCpuPkg' Build.Targets: 'DEBUG,RELEASE,NO-TARGET,NOOPT' -- 2.17.1