2013-05-19 09:19:29 +02:00
|
|
|
language: c
|
|
|
|
|
|
|
|
env:
|
2014-03-24 00:12:48 +01:00
|
|
|
- LIBAV=libav-stable
|
2013-05-19 09:19:29 +02:00
|
|
|
- LIBAV=libav-git
|
|
|
|
- LIBAV=ffmpeg-stable
|
|
|
|
- LIBAV=ffmpeg-git
|
|
|
|
compiler:
|
|
|
|
- clang
|
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master
|
2013-06-03 21:30:46 +02:00
|
|
|
- ci
|
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
|
|
|
|
2013-05-20 09:09:02 +02:00
|
|
|
notifications-policy: ¬ifications-policy
|
|
|
|
on_success: change
|
2013-05-20 18:12:39 +02:00
|
|
|
on_failure: always
|
2013-05-20 09:09:02 +02:00
|
|
|
|
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"
|
2013-05-20 09:09:02 +02:00
|
|
|
<<: *notifications-policy
|