Will this work?
This commit is contained in:
parent
010278105d
commit
ce01c74530
9
.travis.yml
Normal file
9
.travis.yml
Normal 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
|
@ -169,7 +169,8 @@ DISTFILES += \
|
||||
LICENSE \
|
||||
OlderSystemFix.patch \
|
||||
AppVeyor/appveyor.yml \
|
||||
AppVeyor/make_installer.sh
|
||||
AppVeyor/make_installer.sh \
|
||||
.travis.yml
|
||||
|
||||
RESOURCES += \
|
||||
icon.qrc
|
||||
|
Loading…
Reference in New Issue
Block a user