Skip to content

Commit

Permalink
scripts: Add scripts to automate the OSX release
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed Dec 11, 2014
1 parent d4af228 commit abb53f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/build-osx.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
source /data/qt5-x86_64.source 5.3 static
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
cd $DIR/..
git clean -fdx
mkdir build-osx
cd build-osx
qmake .. && make -j10 && sh ../scripts/osx-deploy.sh
1 change: 1 addition & 0 deletions scripts/osx-deploy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
zip -r flow.zip flow.app/

0 comments on commit abb53f7

Please # to comment.