Skip to content

Commit fd71c74

Browse files
committed
Compile Windows and UEFI driver in Travis CI.
1 parent 560bce9 commit fd71c74

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ branches:
55
- master
66
- dev
77

8-
98
ubuntu_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

7980
matrix:

0 commit comments

Comments
 (0)