Updated CI config
This commit is contained in:
parent
325db8ab3c
commit
41c9bcc6ce
@ -1,6 +1,12 @@
|
|||||||
production:
|
production:
|
||||||
type: deploy
|
type: deploy
|
||||||
script:
|
script:
|
||||||
- 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 scripts
|
||||||
|
- python prepare_zipversion.py
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- src\socializer.zip
|
Loading…
Reference in New Issue
Block a user