From 01c0ab90beb3d2a80f913d4a0866b4e92656a42a Mon Sep 17 00:00:00 2001 From: Pierre Gondois Date: Wed, 21 Apr 2021 11:07:33 +0100 Subject: AzurePipelines: Add support for ArmPlatformPkg Add an entry to build the ArmPlatformPkg in the CI. Fixes: https://bugzilla.tianocore.org/show_bug.cgi?id=3349 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azurepipelines/templates/pr-gate-build-job.yml b/.azurepipelines/templates/pr-gate-build-job.yml index 837079e7bd..3f9a280245 100644 --- a/.azurepipelines/templates/pr-gate-build-job.yml +++ b/.azurepipelines/templates/pr-gate-build-job.yml @@ -21,8 +21,8 @@ jobs: #Use matrix to speed up the build process strategy: matrix: - TARGET_ARM: - Build.Pkgs: 'ArmPkg' + TARGET_ARM_ARMPLATFORM: + Build.Pkgs: 'ArmPkg,ArmPlatformPkg' Build.Targets: 'DEBUG,RELEASE,NO-TARGET,NOOPT' TARGET_MDE_CPU: Build.Pkgs: 'MdePkg,UefiCpuPkg' -- cgit v1.2.3