mirror of
https://gitlab.com/moepoi/Quintal-Grabber.git
synced 2024-12-22 14:34:58 +01:00
Added Bitbucket CI Configuration
This commit is contained in:
parent
65a693515f
commit
d2937c8973
1 changed files with 10 additions and 0 deletions
10
bitbucket-pipelines.yml
Normal file
10
bitbucket-pipelines.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
image: python:3.7.3
|
||||
|
||||
pipelines:
|
||||
default:
|
||||
- step:
|
||||
caches:
|
||||
- pip
|
||||
script:
|
||||
- pip install -r requirements.txt
|
||||
- python -m Nepgear
|
Loading…
Reference in a new issue