Will this work?

This commit is contained in:
ArsenArsen 2017-07-07 17:33:03 +02:00
parent 010278105d
commit ce01c74530
2 changed files with 11 additions and 1 deletions

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
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

View File

@ -169,7 +169,8 @@ DISTFILES += \
LICENSE \
OlderSystemFix.patch \
AppVeyor/appveyor.yml \
AppVeyor/make_installer.sh
AppVeyor/make_installer.sh \
.travis.yml
RESOURCES += \
icon.qrc