Commit eda18328 authored by Vittorio Giovara's avatar Vittorio Giovara

travis: Enable OSX integration

parent 79d89cf2
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment