]> git.proxmox.com Git - mirror_edk2.git/commitdiff
AzurePipelines: Add support for ArmPkg
authorPierre Gondois <Pierre.Gondois@arm.com>
Fri, 12 Mar 2021 15:27:59 +0000 (15:27 +0000)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 28 Apr 2021 12:03:51 +0000 (12:03 +0000)
Add an entry to build the ArmPkg in the CI.

Fixes: https://bugzilla.tianocore.org/show_bug.cgi?id=3348
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>
.azurepipelines/templates/pr-gate-build-job.yml

index 3e6d275b1b9aa38c911c923f7a0ac36c4f186e4e..837079e7bd97820e07dbf95611b5f36f72356ab8 100644 (file)
@@ -21,6 +21,9 @@ jobs:
   #Use matrix to speed up the build process\r
   strategy:\r
     matrix:\r
+      TARGET_ARM:\r
+        Build.Pkgs: 'ArmPkg'\r
+        Build.Targets: 'DEBUG,RELEASE,NO-TARGET,NOOPT'\r
       TARGET_MDE_CPU:\r
         Build.Pkgs: 'MdePkg,UefiCpuPkg'\r
         Build.Targets: 'DEBUG,RELEASE,NO-TARGET,NOOPT'\r