Metadata-Version: 2.1
Name: mu-build
Version: 0.3.0
Summary: Supports CI build operations for Project Mu based firmware
Home-page: https://github.com/microsoft/mu_pip_build
Author: Project Mu Team
Author-email: maknutse@microsoft.com
License: BSD2
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Requires-Dist: pyyaml
Requires-Dist: mu-environment (>=0.3.0)
Requires-Dist: mu-python-library (>=0.3.0)


========
MU Build
========

About
=====

Provided with config file, mu_build fetches/clones dependencies then compiles every module in each package.
This is the entrypoint into the CI / Pull Request build and test infrastructure.

Version History
===============

0.3.0
-----

Updated documentation and release process.  Transition to Beta.

< 0.3.0
-------

Alpha development

