mirror of
https://gitlab.com/moepoi/Quintal-Grabber.git
synced 2024-11-13 01:46:24 +01:00
10 lines
176 B
YAML
10 lines
176 B
YAML
|
image: python:3.7.3
|
||
|
|
||
|
pipelines:
|
||
|
default:
|
||
|
- step:
|
||
|
caches:
|
||
|
- pip
|
||
|
script:
|
||
|
- pip install -r requirements.txt
|
||
|
- python -m Nepgear
|