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: production:
type: deploy type: deploy
script: script:
- pip install --upgrade pip
- pip install --upgrade -r requirements.txt - pip install --upgrade -r requirements.txt
- cd src - cd src
- python setup.py py2exe - python setup.py py2exe
- cd .. - cd ..
- move src\dist socializer - cd scripts
- python prepare_zipversion.py
- cd ..
- move src\socializer.zip socializer.zip
only: only:
- tags - master
artifacts: artifacts:
paths: paths:
- socializer\* - socializer.zip
name: socializer name: socializer
expire_in: 1 week expire_in: 1 week