mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
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.
This commit is contained in:
parent
e4398c7894
commit
9a549d87c0
|
@ -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"
|
||||
|
|
|
@ -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…
Reference in New Issue
Block a user