Browse Source

[travis] Integrate with Coverity Scan

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 7 years ago
parent
commit
c24f772349
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      .travis.yml

+ 7
- 0
.travis.yml View File

@@ -16,6 +16,13 @@ addons:
16 16
       - liblzma-dev
17 17
       - syslinux
18 18
       - genisoimage
19
+  coverity_scan:
20
+    project:
21
+      name: "ipxe/ipxe"
22
+      version: $TRAVIS_COMMIT
23
+    build_command_prepend: "make -C src bin/deps"
24
+    build_command: "make -C src bin/blib.a"
25
+    branch_pattern: coverity_scan
19 26
 
20 27
 env:
21 28
   global:

Loading…
Cancel
Save