File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ branches:
55 - master
66 - dev
77
8-
98ubuntu_settings : &ubuntu_settings
109 install :
1110 - sudo add-apt-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-$CLANG_VERSION main"
@@ -67,13 +66,15 @@ windows_settings: &windows_settings
6766 - wsl ./.install.sh
6867 - export LINUX_KERNEL=$(cat .linux_kernel)
6968 - wsl rm .install.sh .linux_kernel
69+ - git clone --branch UDK2018 https://github.com/tianocore/edk2 C:/Temp/edk2
7070
7171 script :
7272 - echo "SUPPORTED_ARCHITECTURES := x86_64" > environment.config
7373 - echo "SELECTED_ARCHITECTURE := x86_64" >> environment.config
74- - echo "BUILD_DRIVERS := linux" >> environment.config
74+ - echo "BUILD_DRIVERS := linux windows uefi " >> environment.config
7575 - echo "HYPERVISOR_WAIT_FOR_DEBUGGER := 0" >> environment.config
7676 - echo "LINUX_KERNEL := $LINUX_KERNEL" >> environment.config
77+ - echo "EDK2_ROOT := C:/Temp/edk2" >> environment.config
7778 - wsl make -j
7879
7980matrix :
You can’t perform that action at this time.
0 commit comments