]> git.proxmox.com Git - mirror_edk2.git/commit
DynamicTablesPkg: Add EDK2 Core CI support
authorSami Mujawar <sami.mujawar@arm.com>
Sat, 27 Jun 2020 21:11:35 +0000 (22:11 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 7 Aug 2020 16:17:25 +0000 (16:17 +0000)
commit2d0c42fdf2cf1855b0a042ef82d848c7716adefe
tree074f3c4dab2b3ae1298c7420431768ca95b1427f
parente3f8605a23ebe9c54ae2b17819d00e185069667d
DynamicTablesPkg: Add EDK2 Core CI support

The TianoCore EDKII project has introduced a Core CI infrastructure
using TianoCore EDKII Tools PIP modules:
  * https://pypi.org/project/edk2-pytool-library/
  * https://pypi.org/project/edk2-pytool-extensions/

The edk2\.pytool\Readme.md provides information to configure the
environment and to run local builds.

This patch defines the necessary settings for enabling the Core CI
builds for DynamicTablesPkg.
 - Add DynamicTablesPkg.ci.yaml for Core CI
 - Update ReadMe.md for details and instructions

Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
Reviewed-by: Alexei Fedorov <Alexei.Fedorov@arm.com>
DynamicTablesPkg/DynamicTablesPkg.ci.yaml [new file with mode: 0644]
DynamicTablesPkg/Readme.md