From 348e51ab9f2cd0914ddf75c3627068c691324119 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Wed, 24 Aug 2016 12:51:12 +0200 Subject: [PATCH] Move scripts, refactor. --- resources/scripts/.travis-before-install.sh | 2 ++ resources/scripts/.travis-install-osx.sh | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) 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