From ce01c74530d5852ca50df1cece90e58cad2ba68c Mon Sep 17 00:00:00 2001 From: ArsenArsen Date: Fri, 7 Jul 2017 17:33:03 +0200 Subject: [PATCH] Will this work? --- .travis.yml | 9 +++++++++ KShare.pro | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .travis.yml 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