rssguard/resources/scripts/.travis-install-osx.sh

9 lines
171 B
Bash
Raw Normal View History

2016-08-24 12:30:11 +02:00
#!/bin/sh
mkdir rssguard-build && cd rssguard-build
qmake ..
make
make install
2016-08-24 12:51:12 +02:00
macdeployqt rssguard.app -dmg
ls -lha
curl --upload-file ./*.dmg https://transfer.sh/dmgdmg