Testing CI
This commit is contained in:
parent
20a01c8c52
commit
5cd8e8a834
@ -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
|
Loading…
Reference in New Issue
Block a user