0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00
mpv/.travis.yml
Stefano Pigozzi 3b54dce9e5 travis: fix typo
[ci skip]
2013-05-20 18:12:39 +02:00

30 lines
522 B
YAML

language: c
env:
- LIBAV=libav-stable
- LIBAV=libav-git
- LIBAV=ffmpeg-stable
- LIBAV=ffmpeg-git
compiler:
- clang
branches:
only:
- master
before_install: ./travis-deps libass-stable $LIBAV
script: ./configure && make
notifications-policy: &notifications-policy
on_success: change
on_failure: always
notifications:
email:
recipients:
- mpv-team@googlegroups.com
<<: *notifications-policy
irc:
channels:
- "irc.freenode.org#mpv-player-dev"
<<: *notifications-policy