Skip to content

Commit

Permalink
ProxyLoaderPkg: Enable building via Travis CI
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Brown <mbrown@fensystems.co.uk>
  • Loading branch information
mcb30 committed Sep 1, 2018
1 parent de0e3e0 commit a89fec5
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .travis.yml
@@ -0,0 +1,30 @@
env:
global:
- EDK2_URL=https://github.com/tianocore/edk2.git
- EDK2_VERSION=vUDK2018

dist: trusty

sudo: false

language: c

cache: ccache

compiler:
- gcc

addons:
apt:
packages:
- nasm

install:
- git clone --depth 1 --branch ${EDK2_VERSION} ${EDK2_URL}
- cd edk2
- . edksetup.sh
- ln -s .. ProxyLoaderPkg
- make -C BaseTools/Source/C

script:
- build -a X64 -t GCC5 -p ProxyLoaderPkg/ProxyLoaderPkg.dsc

0 comments on commit a89fec5

Please sign in to comment.