summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Gondois <Pierre.Gondois@arm.com>2021-04-21 11:07:33 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-04-28 12:03:51 +0000
commit01c0ab90beb3d2a80f913d4a0866b4e92656a42a (patch)
treeac4c1d7f3bae3a31b6dad124dc3af1be99c0657f
parent7c4f05dc05f4b4b58b42c5cbd881041ccf994f07 (diff)
downloadedk2-01c0ab90beb3d2a80f913d4a0866b4e92656a42a.tar.gz
edk2-01c0ab90beb3d2a80f913d4a0866b4e92656a42a.tar.bz2
edk2-01c0ab90beb3d2a80f913d4a0866b4e92656a42a.zip
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 <bret.barkelew@microsoft.com> Cc: Sean Brogan <sean.brogan@microsoft.com> Cc: Leif Lindholm <leif@nuviainc.com> Cc: Ard Biesheuvel <ardb+tianocore@kernel.org> Cc: Sami Mujawar <sami.mujawar@arm.com> Signed-off-by: Pierre Gondois <Pierre.Gondois@arm.com> Reviewed-by: Bret Barkelew <bret.barkelew@microsoft.com> Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
-rw-r--r--.azurepipelines/templates/pr-gate-build-job.yml4
1 files 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'