2018-12-16 07:23:45 -06:00
|
|
|
production:
|
|
|
|
type: deploy
|
2018-12-18 03:55:24 -06:00
|
|
|
tags:
|
|
|
|
- windows
|
2018-12-16 07:23:45 -06:00
|
|
|
script:
|
2018-12-18 03:53:38 -06:00
|
|
|
- pip install --upgrade pip
|
2018-12-16 17:30:50 -06:00
|
|
|
- pip install --upgrade -r requirements.txt
|
|
|
|
- cd src
|
|
|
|
- python setup.py py2exe
|
|
|
|
- cd ..
|
2018-12-18 03:53:38 -06:00
|
|
|
- cd scripts
|
|
|
|
- python prepare_zipversion.py
|
|
|
|
- cd ..
|
|
|
|
- move src\socializer.zip socializer.zip
|
2018-12-17 01:03:25 -06:00
|
|
|
only:
|
2018-12-18 04:12:14 -06:00
|
|
|
- tags
|
2018-12-16 17:30:50 -06:00
|
|
|
artifacts:
|
2018-12-17 00:09:39 -06:00
|
|
|
paths:
|
2018-12-18 03:53:38 -06:00
|
|
|
- socializer.zip
|
2018-12-17 00:59:23 -06:00
|
|
|
name: socializer
|
2018-12-17 00:03:36 -06:00
|
|
|
expire_in: 1 week
|