Last change
on this file since 85805 was 85718, checked in by vboxsync, 5 years ago |
Devices/EFI: Merge edk-stable202005 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
311 bytes
|
Line | |
---|
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.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.