0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00
mpv/.travis.yml

30 lines
469 B
YAML
Raw Normal View History

language: c
env:
- 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 18:12:39 +02:00
on_failure: always
notifications:
2013-11-23 22:28:43 +01:00
email: false
irc:
channels:
- "irc.freenode.org#mpv-player-dev"
<<: *notifications-policy