[FFmpeg-cvslog] travis: Enable OSX integration

Vittorio Giovara git at videolan.org
Sun Nov 22 18:40:28 CET 2015


ffmpeg | branch: master | Vittorio Giovara <vittorio.giovara at gmail.com> | Tue Nov 17 13:23:08 2015 +0100| [eda183287489b2c705843aa373a19c4e46fb2fec] | committer: Vittorio Giovara

travis: Enable OSX integration

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=eda183287489b2c705843aa373a19c4e46fb2fec
---

 .travis.yml |    7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 2e9d301..8e9629a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,8 @@
 language: c
 sudo: false
+os:
+  - linux
+  - osx
 addons:
   apt:
     packages:
@@ -11,6 +14,10 @@ compiler:
 cache:
   directories:
     - libav-samples
+before_install:
+  - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update --all; fi
+install:
+  - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install yasm; fi
 script:
   - mkdir -p libav-samples
   - ./configure --samples=libav-samples --cc=$CC



More information about the ffmpeg-cvslog mailing list