2013-05-19 07:19:29 +00:00
|
|
|
language: c
|
|
|
|
|
2014-07-21 12:55:12 +00:00
|
|
|
os:
|
|
|
|
- linux
|
|
|
|
- osx
|
2013-05-19 07:19:29 +00:00
|
|
|
env:
|
2014-03-23 23:12:48 +00:00
|
|
|
- LIBAV=libav-stable
|
2013-05-19 07:19:29 +00:00
|
|
|
- LIBAV=libav-git
|
|
|
|
- LIBAV=ffmpeg-stable
|
|
|
|
- LIBAV=ffmpeg-git
|
|
|
|
compiler:
|
|
|
|
- clang
|
2014-07-21 12:55:12 +00:00
|
|
|
|
2013-05-19 07:19:29 +00:00
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master
|
2013-06-03 19:30:46 +00:00
|
|
|
- ci
|
2013-05-19 07:19:29 +00:00
|
|
|
|
2014-07-21 12:55:12 +00:00
|
|
|
matrix:
|
|
|
|
exclude:
|
|
|
|
- os: osx
|
|
|
|
env: LIBAV=libav-stable
|
|
|
|
- os: osx
|
|
|
|
env: LIBAV=libav-git
|
|
|
|
- os: osx
|
|
|
|
env: LIBAV=ffmpeg-git
|
|
|
|
|
2013-05-19 07:19:29 +00:00
|
|
|
before_install: ./travis-deps libass-stable $LIBAV
|
2013-07-16 11:28:28 +00:00
|
|
|
script:
|
|
|
|
- ./bootstrap.py
|
|
|
|
- ./waf configure
|
|
|
|
- ./waf build
|
2013-05-19 07:19:29 +00:00
|
|
|
|
|
|
|
notifications:
|
2013-11-23 21:28:43 +00:00
|
|
|
email: false
|
2013-05-19 07:19:29 +00:00
|
|
|
irc:
|
|
|
|
channels:
|
|
|
|
- "irc.freenode.org#mpv-player-dev"
|
2014-07-21 12:55:12 +00:00
|
|
|
on_success: change
|
|
|
|
on_failure: always
|