From 7c4f05dc05f4b4b58b42c5cbd881041ccf994f07 Mon Sep 17 00:00:00 2001 From: Pierre Gondois Date: Fri, 12 Mar 2021 15:27:59 +0000 Subject: [PATCH] AzurePipelines: Add support for ArmPkg Add an entry to build the ArmPkg in the CI. Fixes: https://bugzilla.tianocore.org/show_bug.cgi?id=3348 Cc: Bret Barkelew Cc: Sean Brogan Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Sami Mujawar Signed-off-by: Pierre Gondois Reviewed-by: Bret Barkelew Reviewed-by: Sami Mujawar --- .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 3e6d275b1b..837079e7bd 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'