travis-ci: improved coverity integration

This commit is contained in:
Giacomo Tesio 2015-12-23 10:07:01 +00:00
parent 83993a6d0a
commit 8f6b365eb0
2 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,9 @@ language: c
install: install:
- git submodule init - git submodule init
- git submodule update --init --recursive --remote - git submodule update --init --recursive --remote
- ./hacking/buildtools.sh
script: script:
- if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then ./hacking/continuous-build.sh; fi - ./hacking/continuous-build.sh
compiler: compiler:
- gcc-4.8 - gcc-4.8
env: env:
@ -24,6 +25,5 @@ addons:
name: JehanneOS/jehanne name: JehanneOS/jehanne
description: Build submitted via Travis CI description: Build submitted via Travis CI
notification_email: jehanneos@googlegroups.com notification_email: jehanneos@googlegroups.com
build_command_prepend: git submodule init && git submodule update --init --recursive --remote build_command: "build"
build_command: "./hacking/coverity-scan.sh"
branch_pattern: coverity_scan branch_pattern: coverity_scan

@ -1 +1 @@
Subproject commit 26847c64866646b5715cbcdd612cdc6694f913cb Subproject commit ed8629197fb53e629fa59f277b006e3625a0a360