Skip to content

Commit

Permalink
travis: Enable OSX integration
Browse files Browse the repository at this point in the history
  • Loading branch information
kodawah committed Nov 17, 2015
1 parent 79d89cf commit eda1832
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
language: c
sudo: false
os:
- linux
- osx
addons:
apt:
packages:
Expand All @@ -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
Expand Down

0 comments on commit eda1832

Please sign in to comment.