Parcourir la source

[travis] Integrate with Coverity Scan

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown il y a 7 ans
Parent
révision
c24f772349
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  1. 7
    0
      .travis.yml

+ 7
- 0
.travis.yml Voir le fichier

@@ -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:

Chargement…
Annuler
Enregistrer