Skip to content

Commit

Permalink
ProxyLoaderPkg: Enable static analysis via Coverity Scan
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 a89fec5 commit 3c3a1ab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -18,6 +18,12 @@ addons:
apt:
packages:
- nasm
coverity_scan:
project:
name: "ipxe/ProxyLoaderPkg"
version: $TRAVIS_COMMIT
build_command: "build -a X64 -t GCC5 -p ProxyLoaderPkg/ProxyLoaderPkg.dsc"
branch_pattern: coverity_scan

install:
- git clone --depth 1 --branch ${EDK2_VERSION} ${EDK2_URL}
Expand Down

0 comments on commit 3c3a1ab

Please sign in to comment.