mirror of
https://github.com/Syncplay/syncplay
synced 2025-01-24 15:53:23 +00:00
Fixes Travis and AppVeyor issues
This commit is contained in:
parent
6f172d9803
commit
f3b50fe96d
@ -9,7 +9,8 @@ init:
|
||||
- set PATH=C:\Miniconda;C:\Miniconda\Scripts;C:\Program Files (x86)\NSIS;%PATH%
|
||||
- conda create -n syncplay -y
|
||||
- activate syncplay
|
||||
- conda install python pywin32 -y
|
||||
- conda install python=2.7.13 -y
|
||||
- conda install pywin32 -y
|
||||
- conda install -c conda-forge pyside2 -y
|
||||
- pip install twisted py2exe_py2 zope.interface
|
||||
- type nul > C:\Miniconda\envs\syncplay\lib\site-packages\zope\__init__.py
|
||||
|
@ -44,6 +44,7 @@ before_deploy:
|
||||
- dmgbuild -s appdmg.py "Syncplay" dist_dmg/Syncplay_${VER}_macOS_pyside2.dmg
|
||||
|
||||
deploy:
|
||||
skip_cleanup: true
|
||||
on: qtpy-pyside2
|
||||
provider: bintray
|
||||
file: "bintray.json"
|
||||
|
Loading…
Reference in New Issue
Block a user