1
mirror of https://github.com/mpv-player/mpv synced 2024-07-11 23:47:56 +02:00
mpv/.travis.yml
Stefano Pigozzi 037c0f190b travis: run travis on 'ci' branch
We will use the 'ci' branch to do test builds of big features before they
are merged into master.

[ci skip]
2013-06-03 21:34:41 +02:00

31 lines
531 B
YAML

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: ./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