diff options
author | Pierre Gondois <Pierre.Gondois@arm.com> | 2021-03-12 15:27:59 +0000 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-04-28 12:03:51 +0000 |
commit | 7c4f05dc05f4b4b58b42c5cbd881041ccf994f07 (patch) | |
tree | df5913c81233fb27e0bcf3b70c65956b318057e5 /.azurepipelines | |
parent | ec9683ec0fe9b3b42ebc8705dfbf63e9fbc96f5f (diff) | |
download | edk2-7c4f05dc05f4b4b58b42c5cbd881041ccf994f07.tar.gz |
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 <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>
Diffstat (limited to '.azurepipelines')
-rw-r--r-- | .azurepipelines/templates/pr-gate-build-job.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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'
|