From 099dfbb29d8bf0a30e397e3f5baf1da437b8f0ba Mon Sep 17 00:00:00 2001 From: Sean Brogan Date: Tue, 7 Apr 2020 22:08:46 -0700 Subject: [PATCH] .azurepipelines: Update Core CI build matrix to include platforms REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2570 Add ArmVirtPkg to Core CI matrix Add EmulatorPkg to Core CI matrix Add OvmfPkg to Core CI matrix Cc: Sean Brogan Cc: Bret Barkelew Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Michael Kubacki Reviewed-by: Shenglei Zhang Reviewed-by: Bret Barkelew --- .azurepipelines/templates/pr-gate-build-job.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.azurepipelines/templates/pr-gate-build-job.yml b/.azurepipelines/templates/pr-gate-build-job.yml index 61868554d4..a9f89aa684 100644 --- a/.azurepipelines/templates/pr-gate-build-job.yml +++ b/.azurepipelines/templates/pr-gate-build-job.yml @@ -44,6 +44,11 @@ jobs: TARGET_SECURITY: Build.Pkgs: 'SecurityPkg' Build.Targets: 'DEBUG,RELEASE,NO-TARGET' + TARGET_PLATFORMS: + # For Platforms only check code. Leave it to Platform CI + # to build them. + Build.Pkgs: 'ArmVirtPkg,EmulatorPkg,OvmfPkg' + Build.Targets: 'NO-TARGET' workspace: clean: all