mirror of
https://github.com/Syncplay/syncplay
synced 2025-02-03 20:51:42 +00:00
Preliminary AppVeyor support
This commit is contained in:
parent
b76c50f9cc
commit
4fecdbab83
@ -9,9 +9,9 @@ init:
|
|||||||
- set PATH=C:\Miniconda;C:\Miniconda\Scripts;C:\Program Files (x86)\NSIS;%PATH%
|
- set PATH=C:\Miniconda;C:\Miniconda\Scripts;C:\Program Files (x86)\NSIS;%PATH%
|
||||||
- conda create -n syncplay -y
|
- conda create -n syncplay -y
|
||||||
- activate syncplay
|
- activate syncplay
|
||||||
- conda install python=3.5 -y
|
- conda install python=3.4 -y
|
||||||
- conda install pywin32 -y
|
- conda install pywin32 -y
|
||||||
- conda install -c conda-forge pyside2 -y
|
- conda install -c conda-forge pyside -y
|
||||||
- pip install twisted py2exe zope.interface
|
- pip install twisted py2exe zope.interface
|
||||||
- type nul > C:\Miniconda\envs\syncplay\lib\site-packages\zope\__init__.py
|
- type nul > C:\Miniconda\envs\syncplay\lib\site-packages\zope\__init__.py
|
||||||
- pip freeze
|
- pip freeze
|
||||||
|
Loading…
Reference in New Issue
Block a user