Browse Source

chore(build): update OSX build image to Xcode 7.3

This commit is created in part to fix the issue with the random
deployment failures of OSX dmg creation via hdiutil.
reviewable/pr3627/r1
initramfs 9 years ago
parent
commit
9a549d87c0
No known key found for this signature in database
GPG Key ID: 78B8BDF87E9EF0AF
  1. 1
      .travis.yml
  2. 2
      .travis/build-osx.sh

1
.travis.yml

@ -12,6 +12,7 @@ matrix: @@ -12,6 +12,7 @@ matrix:
- os: linux
env: JOB=build-ubuntu-14-04
- os: osx
osx_image: xcode7.3
env: JOB=build-osx
script: "./.travis/$JOB.sh"

2
.travis/build-osx.sh

@ -23,6 +23,4 @@ set -e -o pipefail @@ -23,6 +23,4 @@ set -e -o pipefail
bash ./osx/qTox-Mac-Deployer-ULTIMATE.sh -i
bash ./osx/qTox-Mac-Deployer-ULTIMATE.sh -b
bash ./osx/qTox-Mac-Deployer-ULTIMATE.sh -d
# 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

Loading…
Cancel
Save