Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[travis] Integrate with Coverity Scan
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed Mar 23, 2017
1 parent 9ecad20 commit c24f772
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Expand Up @@ -16,6 +16,13 @@ addons:
- liblzma-dev
- syslinux
- genisoimage
coverity_scan:
project:
name: "ipxe/ipxe"
version: $TRAVIS_COMMIT
build_command_prepend: "make -C src bin/deps"
build_command: "make -C src bin/blib.a"
branch_pattern: coverity_scan

env:
global:
Expand Down

0 comments on commit c24f772

Please sign in to comment.