This commit is contained in:
parent
12382ec3a7
commit
2a799fba75
1 changed files with 8 additions and 0 deletions
8
.woodpecker.yml
Normal file
8
.woodpecker.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
---
|
||||||
|
pipeline:
|
||||||
|
|
||||||
|
test:
|
||||||
|
image: python:3.9
|
||||||
|
commands:
|
||||||
|
- pip3 install -r requirements.txt
|
||||||
|
- ./generate_map.py --cache-directory cache.example
|
Loading…
Reference in a new issue