mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
CI: Try to fix coverity setup
This commit is contained in:
@@ -29,3 +29,4 @@ with open('.travis.yml', 'w') as f:
|
||||
subprocess.check_call(['git checkout -b coverity_scan'], shell=True)
|
||||
subprocess.check_call(['git commit .travis.yml -m"Automatic coverity scan for {}"'.format(datetime.date.today())], shell=True)
|
||||
subprocess.check_call(['git push coverity coverity_scan -f'], shell=True)
|
||||
subprocess.call(['git push coverity master'], shell=True)
|
||||
|
||||
@@ -11,11 +11,11 @@ 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 --enable-cyrus"
|
||||
build_command_prepend: "./configure --enable-perl --enable-python --enable-tcl --enable-cyrus"
|
||||
build_command: "make VERBOSE=1"
|
||||
branch_pattern: coverity_scan
|
||||
|
||||
script:
|
||||
- /bin/true
|
||||
sudo: required
|
||||
dist: trusty
|
||||
dist: bionic
|
||||
|
||||
Reference in New Issue
Block a user