.travis.yml: cov-configure --template
This commit is contained in:
parent
e5df8f0731
commit
3b16cffc0e
|
@ -30,6 +30,6 @@ 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: "cov-configure --gcc --comptype gcc --compiler $JEHANNE/hacking/cross/toolchain/bin/x86_64-jehanne-gcc"
|
build_command_prepend: "cov-configure --template --comptype gcc --compiler $JEHANNE/hacking/cross/toolchain/bin/x86_64-jehanne-gcc"
|
||||||
build_command: "./hacking/coverity-scan.sh"
|
build_command: "./hacking/coverity-scan.sh"
|
||||||
branch_pattern: coverity_scan
|
branch_pattern: coverity_scan
|
||||||
|
|
Loading…
Reference in New Issue