]> git.proxmox.com Git - mirror_edk2.git/blob - .pytool/Plugin/CompilerPlugin/Readme.md
.pytool/Plugin: Add CI plugins
[mirror_edk2.git] / .pytool / Plugin / CompilerPlugin / Readme.md
1 # Compiler Plugin
2
3 This CiBuildPlugin compiles the package DSC from the package being tested.
4
5 ## Configuration
6
7 The package relative path of the DSC file to build.
8
9 ``` yaml
10 "CompilerPlugin": {
11 "DscPath": "<path to dsc from root of pkg>"
12 }
13 ```
14
15 ### DscPath
16
17 Package relative path to the DSC file to build.