mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Merge pull request #3627
initramfs (1): chore(build): update OSX build image to Xcode 7.3
This commit is contained in:
commit
f3c77c5cc7
|
@ -12,6 +12,7 @@ matrix:
|
||||||
- os: linux
|
- os: linux
|
||||||
env: JOB=build-ubuntu-14-04
|
env: JOB=build-ubuntu-14-04
|
||||||
- os: osx
|
- os: osx
|
||||||
|
osx_image: xcode7.3
|
||||||
env: JOB=build-osx
|
env: JOB=build-osx
|
||||||
|
|
||||||
script: "./.travis/$JOB.sh"
|
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 -i
|
||||||
bash ./osx/qTox-Mac-Deployer-ULTIMATE.sh -b
|
bash ./osx/qTox-Mac-Deployer-ULTIMATE.sh -b
|
||||||
bash ./osx/qTox-Mac-Deployer-ULTIMATE.sh -d
|
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
|
bash ./osx/qTox-Mac-Deployer-ULTIMATE.sh -dmg
|
||||||
|
|
Loading…
Reference in New Issue
Block a user