travis: Enable OSX integration

This commit is contained in:
Vittorio Giovara 2015-11-17 13:23:08 +01:00
parent 79d89cf2f4
commit eda1832874
1 changed files with 7 additions and 0 deletions

View File

@ -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