socializer/.gitlab-ci.yml
2018-12-16 17:30:50 -06:00

12 lines
239 B
YAML

production:
type: deploy
script:
- pip install --upgrade -r requirements.txt
- cd src
- python setup.py py2exe
- cd ..
- cd scripts
- python prepare_zipversion.py
artifacts:
paths:
- src\socializer.zip