Add Gitlab CI config
This commit is contained in:
parent
1107183738
commit
74d3d65838
1 changed files with 9 additions and 0 deletions
9
.gitlab-ci.yml
Normal file
9
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
image: python:3-alpine
|
||||
|
||||
build:
|
||||
stage: build
|
||||
script:
|
||||
- pwd
|
||||
- ls
|
||||
- pip install --no-cache-dir -r src/requirements.txt
|
||||
- python ./src/main.py --debug
|
Loading…
Reference in a new issue