2013-05-19 09:19:29 +02:00
|
|
|
language: c
|
|
|
|
|
2014-07-21 14:55:12 +02:00
|
|
|
os:
|
|
|
|
- linux
|
2015-01-03 18:16:20 +01:00
|
|
|
# - osx
|
2013-05-19 09:19:29 +02:00
|
|
|
env:
|
2014-11-21 02:33:50 +01:00
|
|
|
matrix:
|
|
|
|
- LIBAV=libav-stable
|
|
|
|
- LIBAV=libav-git
|
|
|
|
- LIBAV=ffmpeg-stable
|
|
|
|
- LIBAV=ffmpeg-git
|
2014-11-21 02:28:59 +01:00
|
|
|
global:
|
2014-11-24 16:56:48 +01:00
|
|
|
# Coverity token
|
2014-11-21 02:33:50 +01:00
|
|
|
- secure: "H21mSRlMhk4BKS0xHZvCFGJxteCP0hRVUxTuNfM2Z9HBsyutuLEYMtViLO86VtM+Tqla3xXPzUdS4ozLwI72Ax/5ZUDXACROj73yW6QhFB5D6rLut12+FjqC7M33Qv2hl0xwgNBmR5dsm1ToP37+Wn+ecJQNvN8fkTXF+HVzOEw="
|
2013-05-19 09:19:29 +02:00
|
|
|
compiler:
|
|
|
|
- clang
|
2014-11-24 16:56:48 +01:00
|
|
|
- gcc
|
2014-07-21 14:55:12 +02:00
|
|
|
|
2013-05-19 09:19:29 +02:00
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master
|
2013-06-03 21:30:46 +02:00
|
|
|
- ci
|
2014-11-21 01:46:25 +01:00
|
|
|
- coverity_scan
|
2013-05-19 09:19:29 +02:00
|
|
|
|
2014-07-21 14:55:12 +02:00
|
|
|
matrix:
|
|
|
|
exclude:
|
|
|
|
- os: osx
|
|
|
|
env: LIBAV=libav-stable
|
|
|
|
- os: osx
|
|
|
|
env: LIBAV=libav-git
|
|
|
|
- os: osx
|
|
|
|
env: LIBAV=ffmpeg-git
|
2014-11-24 16:56:48 +01:00
|
|
|
- os: osx
|
|
|
|
compiler: gcc
|
2014-11-24 18:42:15 +01:00
|
|
|
- os: linux
|
|
|
|
env: LIBAV=ffmpeg-stable
|
|
|
|
- os: linux
|
|
|
|
compiler: clang
|
2014-07-21 14:55:12 +02:00
|
|
|
|
2013-05-19 09:19:29 +02:00
|
|
|
before_install: ./travis-deps libass-stable $LIBAV
|
2013-07-16 13:28:28 +02:00
|
|
|
script:
|
|
|
|
- ./bootstrap.py
|
|
|
|
- ./waf configure
|
|
|
|
- ./waf build
|
2013-05-19 09:19:29 +02:00
|
|
|
|
|
|
|
notifications:
|
2013-11-23 22:28:43 +01:00
|
|
|
email: false
|
2013-05-19 09:19:29 +02:00
|
|
|
irc:
|
|
|
|
channels:
|
|
|
|
- "irc.freenode.org#mpv-player-dev"
|
2014-07-21 14:55:12 +02:00
|
|
|
on_success: change
|
|
|
|
on_failure: always
|
2014-11-21 01:46:25 +01:00
|
|
|
|
|
|
|
addons:
|
|
|
|
coverity_scan:
|
|
|
|
project:
|
|
|
|
name: "mpv-player/mpv"
|
|
|
|
description: "Build submitted via Travis CI"
|
|
|
|
notification_email: mpv-team@googlegroups.com
|
|
|
|
build_command_prepend: "./bootstrap.py && ./waf configure"
|
|
|
|
build_command: "./waf build"
|
|
|
|
branch_pattern: coverity_scan
|