diff options
author | Marius Kintel <marius@kintel.net> | 2013-02-05 05:38:05 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-02-05 05:38:05 (GMT) |
commit | 9f31ebd65766cec0e640f2667c9c620419f5e928 (patch) | |
tree | 10437e0fcc3675788bf32c3443b4b819f06c58ec /scripts/publish-macosx.sh | |
parent | 5d2bc53dbf11ffdc8ebb20943c48656e274c0aea (diff) |
Reenable building - upload still disabled
Diffstat (limited to 'scripts/publish-macosx.sh')
-rwxr-xr-x | scripts/publish-macosx.sh | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/scripts/publish-macosx.sh b/scripts/publish-macosx.sh index f9c693b..2fe85d4 100755 --- a/scripts/publish-macosx.sh +++ b/scripts/publish-macosx.sh @@ -21,16 +21,16 @@ export OPENSCAD_LIBRARIES=$PWD/../libraries/install # Make sure that the correct Qt tools are used export PATH=$OPENSCAD_LIBRARIES/bin:$PATH -#`dirname $0`/release-common.sh -v $VERSION $COMMIT -#if [[ $? != 0 ]]; then -# exit 1 -#fi +`dirname $0`/release-common.sh -v $VERSION $COMMIT +if [[ $? != 0 ]]; then + exit 1 +fi echo "Sanity check of the app bundle..." -#`dirname $0`/macosx-sanity-check.py OpenSCAD.app/Contents/MacOS/OpenSCAD -#if [[ $? != 0 ]]; then -# exit 1 -#fi +`dirname $0`/macosx-sanity-check.py OpenSCAD.app/Contents/MacOS/OpenSCAD +if [[ $? != 0 ]]; then + exit 1 +fi if [[ $VERSION == $VERSIONDATE ]]; then APPCASTFILE=appcast-snapshots.xml @@ -49,5 +49,5 @@ echo "Uploading..." #if ! $SNAPSHOT; then LABELS=$LABELS,Featured; fi #`dirname $0`/googlecode_upload.py -s 'Mac OS X Snapshot' -p openscad OpenSCAD-$VERSION.dmg -l $LABELS -# Update snapshot filename on wab page +# Update snapshot filename on web page #`dirname $0`/update-web.sh OpenSCAD-$VERSION.dmg |