diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..64214a8 --- /dev/null +++ b/.travis.yml @@ -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 diff --git a/KShare.pro b/KShare.pro index d46b19e..1892928 100644 --- a/KShare.pro +++ b/KShare.pro @@ -169,7 +169,8 @@ DISTFILES += \ LICENSE \ OlderSystemFix.patch \ AppVeyor/appveyor.yml \ - AppVeyor/make_installer.sh + AppVeyor/make_installer.sh \ + .travis.yml RESOURCES += \ icon.qrc