summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2014-08-12 11:49:18 +0200
committerAlessandro Ghedini <alessandro@ghedini.me>2014-08-12 11:49:18 +0200
commit82426933e01d05934635d2e50b910031515c2b40 (patch)
treea0aa4a294a1478761606898aab76ad11053a1025 /.travis.yml
parent5a7efa38ba0f5a971e375c01a7f4c5a572bbfe83 (diff)
Imported Upstream version 0.5.0
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml20
1 files changed, 15 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index faafe27..c588d05 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,8 @@
language: c
+os:
+ - linux
+ - osx
env:
- LIBAV=libav-stable
- LIBAV=libav-git
@@ -7,24 +10,31 @@ env:
- LIBAV=ffmpeg-git
compiler:
- clang
+
branches:
only:
- master
- ci
+matrix:
+ exclude:
+ - os: osx
+ env: LIBAV=libav-stable
+ - os: osx
+ env: LIBAV=libav-git
+ - os: osx
+ env: LIBAV=ffmpeg-git
+
before_install: ./travis-deps libass-stable $LIBAV
script:
- ./bootstrap.py
- ./waf configure
- ./waf build
-notifications-policy: &notifications-policy
- on_success: change
- on_failure: always
-
notifications:
email: false
irc:
channels:
- "irc.freenode.org#mpv-player-dev"
- <<: *notifications-policy
+ on_success: change
+ on_failure: always