mirror of
https://github.com/mpv-player/mpv
synced 2024-11-14 22:48:35 +01:00
f4fe22266d
Libav 10 was released, so we can enable testing the stable Libav version again. FFmpeg 2.2 was also released, but since we still support 2.1.4, we stick with the older version. This is better for testing.
31 lines
492 B
YAML
31 lines
492 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:
|
|
- ./bootstrap.py
|
|
- ./waf configure
|
|
- ./waf build
|
|
|
|
notifications-policy: ¬ifications-policy
|
|
on_success: change
|
|
on_failure: always
|
|
|
|
notifications:
|
|
email: false
|
|
irc:
|
|
channels:
|
|
- "irc.freenode.org#mpv-player-dev"
|
|
<<: *notifications-policy
|