mirror of
https://github.com/Syncplay/syncplay
synced 2025-01-23 23:32:48 +00:00
Deploy Windows installer from AppVeyor to Bintray
This commit is contained in:
parent
62b7b33fdd
commit
f85d40a44b
@ -27,6 +27,7 @@ install:
|
|||||||
#- del dist /s /Q
|
#- del dist /s /Q
|
||||||
- pyinstaller pyinstaller-onedir.spec
|
- pyinstaller pyinstaller-onedir.spec
|
||||||
- python buildInstaller.py
|
- python buildInstaller.py
|
||||||
|
- copy Syncplay-%ver%-Setup.exe Syncplay-%ver%-Setup-Py35-PySide2.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
|
||||||
@ -36,15 +37,12 @@ artifacts:
|
|||||||
type: zip
|
type: zip
|
||||||
name: Syncplay-$(ver)-win-py35-pyside2
|
name: Syncplay-$(ver)-win-py35-pyside2
|
||||||
|
|
||||||
- path: Syncplay-$(ver)-win-Py35-PySide2.exe
|
- path: Syncplay-$(ver)-Setup-Py35-PySide2.exe
|
||||||
name: Syncplay-$(ver)-win-py35-pyside2
|
name: Syncplay-$(ver)-Setup-Py35-PySide2
|
||||||
|
|
||||||
# Push artefact to S3 bucket and list all
|
# Push artefact to S3 bucket and list all
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- dir
|
- dir
|
||||||
- cd dist
|
|
||||||
- dir
|
|
||||||
- cd ..
|
|
||||||
#- python -c "from PySide2 import QtCore; print QtCore.QLibraryInfo.location(QtCore.QLibraryInfo.PluginsPath)"
|
#- python -c "from PySide2 import QtCore; print QtCore.QLibraryInfo.location(QtCore.QLibraryInfo.PluginsPath)"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user