This commit is contained in:
parent
2c47f3acfe
commit
466cbc6e72
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ steps:
|
|||
- mkdir edk2/EfiClock
|
||||
- cp EfiClock.inf edk2/EfiClock/.
|
||||
- cp UefiMain.c edk2/EfiClock/.
|
||||
- sed '/\[Components\]/a EfiClock/EfiClock.inf' edk2/MdeModulePkg/MdeModulePkg.dsc
|
||||
- sed -i '/\[Components\]/a EfiClock/EfiClock.inf' edk2/MdeModulePkg/MdeModulePkg.dsc
|
||||
|
||||
- echo "Building application"
|
||||
- build -a X64 -t GCC5 -p edk2/MdeModulePkg/MdeModulePkg.dsc
|
Loading…
Reference in a new issue