Testing CI

This commit is contained in:
Manuel Cortez 2018-12-18 03:53:38 -06:00
parent 20a01c8c52
commit 5cd8e8a834

View File

@ -1,15 +1,19 @@
production:
type: deploy
script:
- pip install --upgrade pip
- pip install --upgrade -r requirements.txt
- cd src
- python setup.py py2exe
- cd ..
- move src\dist socializer
- cd scripts
- python prepare_zipversion.py
- cd ..
- move src\socializer.zip socializer.zip
only:
- tags
- master
artifacts:
paths:
- socializer\*
- socializer.zip
name: socializer
expire_in: 1 week