mirror of https://github.com/acidanthera/audk.git
18 lines
328 B
Markdown
18 lines
328 B
Markdown
|
# Compiler Plugin
|
||
|
|
||
|
This CiBuildPlugin compiles the package DSC from the package being tested.
|
||
|
|
||
|
## Configuration
|
||
|
|
||
|
The package relative path of the DSC file to build.
|
||
|
|
||
|
``` yaml
|
||
|
"CompilerPlugin": {
|
||
|
"DscPath": "<path to dsc from root of pkg>"
|
||
|
}
|
||
|
```
|
||
|
|
||
|
### DscPath
|
||
|
|
||
|
Package relative path to the DSC file to build.
|