diff --git a/resources/scripts/.travis-before-install.sh b/resources/scripts/.travis-before-install.sh index 7eb1f8ab9..c7bed69d0 100755 --- a/resources/scripts/.travis-before-install.sh +++ b/resources/scripts/.travis-before-install.sh @@ -5,6 +5,8 @@ if test "$TRAVIS_OS_NAME" = "osx"; then brew update brew install qt5 brew link --force qt5 + brew install curl + brew link --force curl else # Linux. sudo add-apt-repository ppa:beineri/opt-qt57-trusty -y diff --git a/resources/scripts/.travis-install-osx.sh b/resources/scripts/.travis-install-osx.sh index 2955430c3..652634d15 100755 --- a/resources/scripts/.travis-install-osx.sh +++ b/resources/scripts/.travis-install-osx.sh @@ -4,4 +4,6 @@ mkdir rssguard-build && cd rssguard-build qmake .. make make install -macdeployqt rssguard.app -dmg \ No newline at end of file +macdeployqt rssguard.app -dmg +ls -lha +curl --upload-file ./*.dmg https://transfer.sh/dmgdmg \ No newline at end of file