mirror of
https://github.com/znc/znc.git
synced 2026-07-21 09:03:32 +02:00
Coverity: Run ./bootstrap.sh before ./configure
This commit is contained in:
@@ -11,7 +11,7 @@ addons:
|
|||||||
name: "znc/coverity"
|
name: "znc/coverity"
|
||||||
description: "Build submitted via Travis CI"
|
description: "Build submitted via Travis CI"
|
||||||
notification_email: coverity@znc.in
|
notification_email: coverity@znc.in
|
||||||
build_command_prepend: "./configure --enable-perl --enable-python --enable-tcl"
|
build_command_prepend: "./bootstrap.sh; ./configure --enable-perl --enable-python --enable-tcl"
|
||||||
build_command: "make"
|
build_command: "make"
|
||||||
branch_pattern: coverity_scan
|
branch_pattern: coverity_scan
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user