python-docs-fr/.woodpecker.yml

11 lines
190 B
YAML
Raw Permalink Normal View History

2022-12-07 22:04:50 +00:00
---
2022-12-08 09:06:26 +00:00
platform: linux/arm64
2022-12-07 22:04:50 +00:00
pipeline:
test:
2022-12-08 09:39:28 +00:00
image: registry.gitlab.com/python-devs/ci-images:active
2022-12-07 22:04:50 +00:00
commands:
2022-12-08 09:39:28 +00:00
- python -m pip install -r requirements.txt
- make verifs