summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml29
1 files changed, 29 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000000..cd5a9d4262
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,29 @@
+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:
+ email:
+ recipients:
+ - mpv-team@googlegroups.com
+ email:
+ on_success: change
+ n_failure: always
+ irc:
+ channels:
+ - "irc.freenode.org#mpv-player-dev"
+ email:
+ on_success: change
+ n_failure: always