[PATCH v1 12/12] AzurePipelines: Add support for ArmPlatformPkg
PierreGondois
From: Pierre Gondois <Pierre.Gondois@...>
Add an entry to build the ArmPlatformPkg in the CI. Fixes: https://bugzilla.tianocore.org/show_bug.cgi?id=3349 Signed-off-by: Pierre Gondois <Pierre.Gondois@...> --- .azurepipelines/templates/pr-gate-build-job.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azurepipelines/templates/pr-gate-build-job.yml b/.azurepipelines/templates/pr-gate-build-job.yml index 837079e7bd97..16d197cde913 100644 --- a/.azurepipelines/templates/pr-gate-build-job.yml +++ b/.azurepipelines/templates/pr-gate-build-job.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: TARGET_ARM: - Build.Pkgs: 'ArmPkg' + Build.Pkgs: 'ArmPkg,ArmPlatformPkg' Build.Targets: 'DEBUG,RELEASE,NO-TARGET,NOOPT' TARGET_MDE_CPU: Build.Pkgs: 'MdePkg,UefiCpuPkg' -- 2.17.1 |
|
Sami Mujawar
Hi Pierre,
Thank you for this patch.
Reviewed-by: Sami Mujawar <sami.mujawar@...>
Regards,
Sami Mujawar
From:
Pierre.Gondois@... <Pierre.Gondois@...> From: Pierre Gondois <Pierre.Gondois@...> |
|