Testing a new stable

This commit is contained in:
Manuel Cortez 2019-01-17 16:34:44 -06:00
parent 0994743fd8
commit 999bfae344

View File

@ -86,23 +86,31 @@ stable:
type: deploy type: deploy
tags: tags:
- windows - windows
before_script:
- '%PYTHON3% -v'
- '%PYTHON3% -m pip install --upgrade pip'
- '%PYTHON3% -m pip install --upgrade -r requirements.txt'
- '%PYTHON3% -m pip install --upgrade pyenchant pypubsub'
- '%PYTHON3% -m pip uninstall enum34 -y'
script: script:
- pip install --upgrade pip
- pip install --upgrade -r requirements.txt
- copy changelog.md doc\changelog.md - copy changelog.md doc\changelog.md
- cd doc - cd doc
- python documentation_importer.py - '%PYTHON2% documentation_importer.py'
- cd ..\src - cd ..\src
- python ..\doc\generator.py - '%PYTHON2% ..\doc\generator.py'
- python setup.py py2exe - '%PYTHON3% write_version_data.py'
- '%PYINSTALLER% main.spec'
- '%NSIS% installer.nsi'
- cd .. - cd ..
- move src\socializer* .
- cd scripts - cd scripts
- python prepare_zipversion.py - '%PYTHON3% prepare_zipversion.py'
- cd .. - cd ..
- move src\socializer.zip socializer.zip - move src\socializer.zip socializer.zip
only: only:
- tags - master
artifacts: artifacts:
paths: paths:
- socializer.zip - socializer.zip
- "socializer_*"
name: socializer name: socializer