Attempt to update CI file for tags
This commit is contained in:
parent
3a87d2957a
commit
d82d07bf2c
@ -130,18 +130,14 @@ stable:
|
|||||||
- cd ..\src
|
- cd ..\src
|
||||||
- '%PYTHON2% ..\doc\generator.py'
|
- '%PYTHON2% ..\doc\generator.py'
|
||||||
- '%PYTHON3% write_version_data.py'
|
- '%PYTHON3% write_version_data.py'
|
||||||
- '%PYINSTALLER% main.spec'
|
- '%PYTHON3% setup.py build'
|
||||||
- '%NSIS% installer.nsi'
|
- '%NSIS% installer.nsi'
|
||||||
- cd ..
|
- cd ..
|
||||||
- move src\socializer* .
|
- move src\socializer* .
|
||||||
- cd scripts
|
- cd scripts
|
||||||
- '%PYTHON3% prepare_zipversion.py'
|
- '%PYTHON3% prepare_zipversion_cxfreeze.py'
|
||||||
- cd ..
|
- cd ..
|
||||||
- move src\socializer.zip socializer.zip
|
- move src\socializer.zip socializer.zip
|
||||||
|
- '%PYTHON3% scripts/upload.py'
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
artifacts:
|
|
||||||
paths:
|
|
||||||
- socializer.zip
|
|
||||||
- "socializer_*"
|
|
||||||
name: socializer
|
|
Loading…
Reference in New Issue
Block a user