1
0
Fork 0
python-docs-fr/.woodpecker.yml

14 lines
375 B
YAML
Raw Normal View History

2022-12-07 22:04:50 +00:00
---
pipeline:
test:
image: python
commands:
- apt-get update
- apt-get install -y hunspell hunspell-fr-comprehensive
2022-12-07 22:04:50 +00:00
- python3 -m pip install -r requirements.txt
- BRANCH="$(grep ^BRANCH Makefile | awk '{print $3}')"
- git fetch origin --no-tags +refs/heads/$BRANCH
- 'git branch $BRANCH origin/$BRANCH ||:'
- make verifs