Browse Source

fix(build): allow deployment of OSX dmg binary

This commit uncomments a previously removed line that creates OSX
binaries. Without creation of the dmg, OSX releases cannot be deployed
automatically by travis on release.
reviewable/pr3608/r2
initramfs 9 years ago
parent
commit
4975ca9bb5
No known key found for this signature in database
GPG Key ID: 78B8BDF87E9EF0AF
  1. 5
      .travis/travis.sh

5
.travis/travis.sh

@ -16,6 +16,7 @@ then @@ -16,6 +16,7 @@ then
bash ./osx/qTox-Mac-Deployer-ULTIMATE.sh -i
bash ./osx/qTox-Mac-Deployer-ULTIMATE.sh -b
bash ./osx/qTox-Mac-Deployer-ULTIMATE.sh -d
# Disabled due to error: hdiutil: create failed - Resource busy
#bash ./osx/qTox-Mac-Deployer-ULTIMATE.sh -dmg
# The following line can randomly fail due to travis emitting the error:
# "hdiutil: create failed - Resource busy"
bash ./osx/qTox-Mac-Deployer-ULTIMATE.sh -dmg
fi

Loading…
Cancel
Save