travis-ci: improved coverity integration
This commit is contained in:
parent
83993a6d0a
commit
8f6b365eb0
@ -2,8 +2,9 @@ language: c
|
||||
install:
|
||||
- git submodule init
|
||||
- git submodule update --init --recursive --remote
|
||||
- ./hacking/buildtools.sh
|
||||
script:
|
||||
- if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then ./hacking/continuous-build.sh; fi
|
||||
- ./hacking/continuous-build.sh
|
||||
compiler:
|
||||
- gcc-4.8
|
||||
env:
|
||||
@ -24,6 +25,5 @@ addons:
|
||||
name: JehanneOS/jehanne
|
||||
description: Build submitted via Travis CI
|
||||
notification_email: jehanneos@googlegroups.com
|
||||
build_command_prepend: git submodule init && git submodule update --init --recursive --remote
|
||||
build_command: "./hacking/coverity-scan.sh"
|
||||
build_command: "build"
|
||||
branch_pattern: coverity_scan
|
||||
|
2
hacking
2
hacking
@ -1 +1 @@
|
||||
Subproject commit 26847c64866646b5715cbcdd612cdc6694f913cb
|
||||
Subproject commit ed8629197fb53e629fa59f277b006e3625a0a360
|
Loading…
x
Reference in New Issue
Block a user