This commit is contained in:
parent
1c96c4273a
commit
1bb87114c7
1 changed files with 8 additions and 0 deletions
8
.woodpecker.yml
Normal file
8
.woodpecker.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
pipeline:
|
||||
|
||||
build:
|
||||
image: python3
|
||||
commands:
|
||||
- pip3 install -r requirements.txt
|
||||
- ./build.py
|
Loading…
Reference in a new issue