socializer/.gitlab-ci.yml

15 lines
274 B
YAML

production:
type: deploy
script:
- pip install --upgrade -r requirements.txt
- cd src
- python setup.py py2exe
- cd ..
- move src\dist socializer
only:
- tags
artifacts:
paths:
- socializer\*
name: socializer
expire_in: 1 week