powrap/.woodpecker.yml
Julien Palard 0c5b9b5bf5
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
Migrate from Github Actions to Woodpecker CI
2023-03-30 23:32:45 +02:00

11 lines
160 B
YAML

---
pipeline:
test:
image: python
commands:
- apt-get update
- apt-get install -y gettext
- python3 -m pip install tox
- tox