Commit df8e24be authored by Derek Buitenhuis's avatar Derek Buitenhuis

Merge commit 'eda18328'

* commit 'eda18328':
  travis: Enable OSX integration
Merged-by: 's avatarDerek Buitenhuis <derek.buitenhuis@gmail.com>
parents 5ebaf1e1 eda18328
language: c
sudo: false
os:
- linux
- osx
addons:
apt:
packages:
......@@ -11,6 +14,10 @@ compiler:
cache:
directories:
- ffmpeg-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 ffmpeg-samples
- ./configure --samples=ffmpeg-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