mirror of
https://gitlab.com/moepoi/Quintal-Grabber.git
synced 2025-01-08 19:23:50 +01:00
Add .gitlab-ci.yml
This commit is contained in:
parent
04d683c42c
commit
daafae17d3
1 changed files with 13 additions and 0 deletions
13
.gitlab-ci.yml
Normal file
13
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
image: "python:3.6-stretch"
|
||||||
|
stages: [ install, deploy ]
|
||||||
|
|
||||||
|
requirements:
|
||||||
|
stage: install
|
||||||
|
script:
|
||||||
|
- pip install -r requirements.txt
|
||||||
|
|
||||||
|
test:
|
||||||
|
stage: deploy
|
||||||
|
script:
|
||||||
|
- pip install -r requirements.txt
|
||||||
|
- python -m Nepgear
|
Loading…
Reference in a new issue