KShare/.travis.yml

14 lines
378 B
YAML
Raw Normal View History

2017-07-07 17:33:03 +02:00
os: osx
2017-07-07 17:37:55 +02:00
language: cpp
2017-07-07 17:33:03 +02:00
before_install:
- brew install qt
2017-07-07 18:09:57 +02:00
- brew install ffmpeg
2017-07-07 17:33:03 +02:00
- brew link ffmpeg
2017-07-07 17:37:55 +02:00
- brew link qt --force
2017-07-07 18:09:57 +02:00
- export CPATH=/usr/local/Cellar/ffmpeg/3.3.2/include:$CPATH
- export LIBRARY_PATH=/usr/local/Cellar/ffmpeg/3.3.2/lib:$LIBRARY_PATH
- export DYLD_LIBRARY_PATH=/usr/local/Cellar/ffmpeg/3.3.2/lib:$DYLD_LIBRARY_PATH
2017-07-07 17:37:55 +02:00
script:
- qmake
- make -j4