Added test CI file
This commit is contained in:
parent
c2c79ca9ec
commit
f31a7b736b
6
.gitlab-ci.yml
Normal file
6
.gitlab-ci.yml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
production:
|
||||||
|
type: deploy
|
||||||
|
script:
|
||||||
|
- pip install --upgrade -r requirements.txt
|
||||||
|
- cd src
|
||||||
|
- python setup.py py2exe
|
Loading…
Reference in New Issue
Block a user