mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Coverity: don't build ZNC twice, enable verbose make, enable cyrus
This commit is contained in:
@@ -11,9 +11,10 @@ addons:
|
||||
name: "znc/coverity"
|
||||
description: "Build submitted via Travis CI"
|
||||
notification_email: coverity@znc.in
|
||||
build_command_prepend: "./bootstrap.sh; ./configure --enable-perl --enable-python --enable-tcl"
|
||||
build_command: "make"
|
||||
build_command_prepend: "./bootstrap.sh; ./configure --enable-perl --enable-python --enable-tcl --enable-cyrus"
|
||||
build_command: "make VERBOSE=1"
|
||||
branch_pattern: coverity_scan
|
||||
|
||||
script: off
|
||||
sudo: required
|
||||
dist: trusty
|
||||
|
||||
Reference in New Issue
Block a user