mirror of https://github.com/Syncplay/syncplay
Switch Travis image to xcode7.3 (macOS 10.11+)
This commit is contained in:
parent
cd8bbf465b
commit
d4e1af12a4
11
.travis.yml
11
.travis.yml
|
@ -1,29 +1,26 @@
|
|||
language: objective-c
|
||||
osx_image: xcode6.4
|
||||
osx_image: xcode7.3
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
script:
|
||||
- python2 buildPy2app.py py2app fix
|
||||
- python buildPy2app.py py2app fix
|
||||
|
||||
before_install:
|
||||
- brew update
|
||||
- travis/download-homebrew
|
||||
- export PATH="/usr/local/opt/python@2/bin:$PATH"
|
||||
- travis/download-python
|
||||
- brew tap cartr/qt4
|
||||
- brew tap-pin cartr/qt4
|
||||
- brew install pyside
|
||||
|
||||
install:
|
||||
- export QT_PREFERRED_BINDING="PySide"
|
||||
- pip2 install twisted appnope pyobjc py2app
|
||||
- pip install twisted appnope pyobjc py2app
|
||||
|
||||
before_deploy:
|
||||
#- travis/cache-homebrew
|
||||
- pip2 install dmgbuild
|
||||
- pip install dmgbuild
|
||||
- mkdir dist_dmg
|
||||
- mv resources/macos_vlc_install.command resources/.macos_vlc_install.command
|
||||
- mv resources/lua/intf/syncplay.lua resources/lua/intf/.syncplay.lua
|
||||
|
|
Loading…
Reference in New Issue