summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.azurepipelines/templates/pr-gate-build-job.yml3
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'