1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-06-09 06:10:42 +00:00

Attempt automatic Coverity scans via Travis CI

This commit is contained in:
Moritz Grimm 2017-09-15 19:50:30 +02:00
parent 77f794a41e
commit f27cdee9d3

View File

@ -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