]> git.proxmox.com Git - mirror_edk2.git/commit
EmulatorPkg: Add Platform CI and configuration for Core CI
authorSean Brogan <sean.brogan@microsoft.com>
Sun, 19 Apr 2020 08:06:33 +0000 (01:06 -0700)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 28 Apr 2020 18:07:59 +0000 (18:07 +0000)
commit951a03536c63e08daea6f39a9d47247f122ad8c4
tree69d2c051a1f6a1ea701579fd4919b972b87b13f7
parent0c7f189e60c16ce636bfc140da11533a96a42c44
EmulatorPkg: Add Platform CI and configuration for Core CI

REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2570

Add new Azure Pipeline definitions to build and run EmulatorPkg with:
  * Ubuntu GCC5
  * Windows VS2019
Add PyTool based build of EmulatorPkg
Add EmulatorPkg.ci.yaml for Core CI
Add ReadMe.md for details and instructions

Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Andrew Fish <afish@apple.com>
Cc: Ray Ni <ray.ni@intel.com>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Reviewed-by: Shenglei Zhang <shenglei.zhang@intel.com>
Reviewed-by: Bret Barkelew <bret.barkelew@microsoft.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Acked-by: Ray Ni <ray.ni@intel.com>
EmulatorPkg/EmulatorPkg.ci.yaml [new file with mode: 0644]
EmulatorPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml [new file with mode: 0644]
EmulatorPkg/PlatformCI/.azurepipelines/Windows-VS2019.yml [new file with mode: 0644]
EmulatorPkg/PlatformCI/PlatformBuild.py [new file with mode: 0644]
EmulatorPkg/PlatformCI/ReadMe.md [new file with mode: 0644]