mpv/.travis.yml

31 lines
492 B
YAML
Raw Normal View History

language: c
env:
- LIBAV=libav-stable
- LIBAV=libav-git
- LIBAV=ffmpeg-stable
- LIBAV=ffmpeg-git
compiler:
- clang
branches:
only:
- master
- ci
before_install: ./travis-deps libass-stable $LIBAV
script:
- ./bootstrap.py
- ./waf configure
- ./waf build
notifications-policy: &notifications-policy
on_success: change
2013-05-20 16:12:39 +00:00
on_failure: always
notifications:
2013-11-23 21:28:43 +00:00
email: false
irc:
channels:
- "irc.freenode.org#mpv-player-dev"
<<: *notifications-policy