KShare/.travis.yml

10 lines
323 B
YAML
Raw Normal View History

2017-07-07 17:33:03 +02:00
os: osx
before_install:
- brew install qt
- brew install ffmpeg@3.2
- brew link ffmpeg
- brew link qt
- export CPATH=/usr/local/Cellar/ffmpeg/3.2/include:$CPATH
- export LIBRARY_PATH=/usr/local/Cellar/ffmpeg/3.2/lib:$LIBRARY_PATH
- export DYLD_LIBRARY_PATH=/usr/local/Cellar/ffmpeg/3.2/lib:$DYLD_LIBRARY_PATH