Skip to content

Commit

Permalink
.azurepipelines: Add DynamicTablesPkg to CI matrix
Browse files Browse the repository at this point in the history
Add DynamicTablesPkg to the Core CI matrix.

Signed-off-by: Sami Mujawar <[email protected]>
Suggested-by: Sean Brogan <[email protected]>
Reviewed-by: Alexei Fedorov <[email protected]>
Reviewed-by: Shenglei Zhang <[email protected]>
  • Loading branch information
samimujawar authored and mergify[bot] committed Aug 19, 2020
1 parent 82c65f1 commit 5a6d764
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .azurepipelines/templates/pr-gate-build-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# template file used to build supported packages.
#
# Copyright (c) Microsoft Corporation.
# Copyright (c) 2020, ARM Limited. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
##

Expand Down Expand Up @@ -36,7 +37,7 @@ jobs:
Build.Pkgs: 'PcAtChipsetPkg,ShellPkg'
Build.Targets: 'DEBUG,RELEASE,NO-TARGET'
TARGET_FMP_FAT_TEST:
Build.Pkgs: 'FmpDevicePkg,FatPkg,UnitTestFrameworkPkg'
Build.Pkgs: 'FmpDevicePkg,FatPkg,UnitTestFrameworkPkg,DynamicTablesPkg'
Build.Targets: 'DEBUG,RELEASE,NO-TARGET,NOOPT'
TARGET_CRYPTO:
Build.Pkgs: 'CryptoPkg'
Expand Down

0 comments on commit 5a6d764

Please sign in to comment.