mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-11-03 04:17:18 -05:00
32 lines
709 B
YAML
32 lines
709 B
YAML
language: c
|
|
|
|
env:
|
|
global:
|
|
- secure: "G6H+Z07yB+YsW3leWwhjIwfFB2A0RxG3Lv/kyQFacm88qQ5KlWct/Z3KRgRXVZtMSpi0guJ9Y3mVddBi9ytTgkygRca6eEITYjfb76aiPrj+ng7Zh31OYOw6p4UESF87Mxc6GYgbhJjRcnytoVxibSH1BIY1WNxgoOVIZQhxhTY="
|
|
|
|
compiler:
|
|
- gcc
|
|
|
|
dist: focal
|
|
sudo: required
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- check
|
|
- 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: coverity_scan
|
|
|
|
script:
|
|
- ./autogen.sh
|
|
- ./configure
|
|
- make distcheck
|