From eda183287489b2c705843aa373a19c4e46fb2fec Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Tue, 17 Nov 2015 13:23:08 +0100 Subject: travis: Enable OSX integration --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 2e9d301641..8e9629a8dd 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 -- cgit v1.2.1