Move scripts, refactor.
This commit is contained in:
parent
03b7bc0727
commit
348e51ab9f
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -4,4 +4,6 @@ mkdir rssguard-build && cd rssguard-build
|
|||
qmake ..
|
||||
make
|
||||
make install
|
||||
macdeployqt rssguard.app -dmg
|
||||
macdeployqt rssguard.app -dmg
|
||||
ls -lha
|
||||
curl --upload-file ./*.dmg https://transfer.sh/dmgdmg
|
Loading…
Add table
Reference in a new issue