AppVeyor: upgrade py2exe and PySide2
This commit is contained in:
parent
f6048566ed
commit
35ee0ba76f
@ -1,6 +1,6 @@
|
|||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- setuptools
|
- master_local
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
MINICONDA: "C:\\Miniconda"
|
MINICONDA: "C:\\Miniconda"
|
||||||
@ -22,10 +22,10 @@ init:
|
|||||||
- pip install twisted[tls] certifi
|
- pip install twisted[tls] certifi
|
||||||
- pip install zope.interface
|
- pip install zope.interface
|
||||||
- type nul > %PYTHON%\lib\site-packages\zope\__init__.py
|
- type nul > %PYTHON%\lib\site-packages\zope\__init__.py
|
||||||
- curl -L https://bintray.com/alby128/py2exe/download_file?file_path=py2exe-0.9.2.9-py36-none-any.whl -o py2exe-0.9.2.9-py36-none-any.whl
|
- curl -L https://bintray.com/alby128/py2exe/download_file?file_path=py2exe-0.9.3.0-cp36-none-win32.whl -o py2exe-0.9.3.0-cp36-none-win32.whl
|
||||||
- pip install py2exe-0.9.2.9-py36-none-any.whl
|
- pip install py2exe-0.9.3.0-cp36-none-win32.whl
|
||||||
- del py2exe-0.9.2.9-py36-none-any.whl
|
- del py2exe-0.9.3.0-cp36-none-win32.whl
|
||||||
- pip install shiboken2==5.12.0 PySide2==5.12.0
|
- pip install PySide2
|
||||||
- pip freeze
|
- pip freeze
|
||||||
|
|
||||||
install:
|
install:
|
||||||
@ -33,7 +33,6 @@ install:
|
|||||||
- for /F "tokens=2 delims='" %%a in ('findstr version syncplay\__init__.py') do @set ver=%%a
|
- for /F "tokens=2 delims='" %%a in ('findstr version syncplay\__init__.py') do @set ver=%%a
|
||||||
- python buildPy2exe.py
|
- python buildPy2exe.py
|
||||||
- type nul > syncplay_v%ver%\syncplay.ini
|
- type nul > syncplay_v%ver%\syncplay.ini
|
||||||
- move Syncplay-%ver%-Setup.exe Syncplay-%ver%-setuptools-Setup.exe
|
|
||||||
|
|
||||||
# Not a project with an msbuild file, build done at install.
|
# Not a project with an msbuild file, build done at install.
|
||||||
build: off
|
build: off
|
||||||
@ -41,10 +40,10 @@ build: off
|
|||||||
artifacts:
|
artifacts:
|
||||||
- path: 'syncplay_v$(ver)'
|
- path: 'syncplay_v$(ver)'
|
||||||
type: zip
|
type: zip
|
||||||
name: Syncplay_$(ver)_setuptools_Portable
|
name: Syncplay_$(ver)__Portable
|
||||||
|
|
||||||
- path: Syncplay-$(ver)-setuptools-Setup.exe
|
- path: Syncplay-$(ver)-Setup.exe
|
||||||
name: Syncplay-$(ver)-setuptools-Setup
|
name: Syncplay-$(ver)-Setup
|
||||||
|
|
||||||
# Push artefact to S3 bucket and list all
|
# Push artefact to S3 bucket and list all
|
||||||
before_deploy:
|
before_deploy:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user