mirror of
https://gitlab.com/moepoi/Quintal-Grabber.git
synced 2025-03-26 14:38:42 +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…
Add table
Reference in a new issue