mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2025-02-02 15:07:45 -05:00
Attempt automatic Coverity scans via Travis CI
This commit is contained in:
parent
77f794a41e
commit
f27cdee9d3
12
.travis.yml
12
.travis.yml
@ -1,5 +1,9 @@
|
||||
language: c
|
||||
|
||||
env:
|
||||
global:
|
||||
- secure: "G6H+Z07yB+YsW3leWwhjIwfFB2A0RxG3Lv/kyQFacm88qQ5KlWct/Z3KRgRXVZtMSpi0guJ9Y3mVddBi9ytTgkygRca6eEITYjfb76aiPrj+ng7Zh31OYOw6p4UESF87Mxc6GYgbhJjRcnytoVxibSH1BIY1WNxgoOVIZQhxhTY="
|
||||
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
@ -13,6 +17,14 @@ addons:
|
||||
- libxml2-dev
|
||||
- libshout-dev
|
||||
- libtagc0-dev
|
||||
coverity_scan:
|
||||
project:
|
||||
name: "xiph/ezstream"
|
||||
description: "Icecast streaming source client"
|
||||
notification_email: mgrimm@mrsserver.net
|
||||
build_command_prepend: "./autogen.sh && ./configure"
|
||||
build_command: "make check"
|
||||
branch_pattern: develop
|
||||
|
||||
script:
|
||||
- ./autogen.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user