From 2de6d34ef73091cde9cdfe30229dab10412946ae Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Wed, 28 Oct 2015 00:06:37 +0000 Subject: [PATCH] Coverity: Run ./bootstrap.sh before ./configure --- .travis-coverity.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis-coverity.yml b/.travis-coverity.yml index 277a9e6c..fcfbfe14 100644 --- a/.travis-coverity.yml +++ b/.travis-coverity.yml @@ -11,7 +11,7 @@ addons: name: "znc/coverity" description: "Build submitted via Travis CI" 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" branch_pattern: coverity_scan