Deploy from Mac OS X .tar.gz archive because .zip doesn't save executable
permissions. --HG-- branch : develop
This commit is contained in:
parent
d8f9bde7b3
commit
1e1f3cb9c6
|
@ -80,7 +80,7 @@ notifications:
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- |
|
- |
|
||||||
if [[ "$DEPLOY" == "true" ]]; then
|
if [[ "$DEPLOY" == "true" ]]; then
|
||||||
zip -r valentina-osx-${TRAVIS_COMMIT}.zip $TRAVIS_BUILD_DIR/build/src/app/valentina/bin/Valentina.app/ -x "*.DS_Store";
|
tar --exclude "*.DS_Store" -cvzf valentina-osx-${TRAVIS_COMMIT}.tar.gz $TRAVIS_BUILD_DIR/build/src/app/valentina/bin/Valentina.app/;
|
||||||
fi
|
fi
|
||||||
deploy:
|
deploy:
|
||||||
provider: bintray
|
provider: bintray
|
||||||
|
|
Loading…
Reference in New Issue
Block a user