epicyon/.woodpecker.yml

15 lines
772 B
YAML
Raw Normal View History

2022-09-14 17:47:03 +00:00
pipeline:
test:
image: debian:testing
commands:
- apt-get update
2022-10-01 14:54:12 +00:00
<<<<<<< HEAD
2022-09-14 17:47:03 +00:00
- apt-get install -y python3-socks imagemagick python3-setuptools python3-cryptography python3-dateutil python3-idna python3-requests python3-django-timezone-field libimage-exiftool-perl python3-flake8 python3-pyqrcode python3-png python3-bandit imagemagick gnupg
- python3 epicyon.py --tests
- python3 epicyon.py --testsnetwork
2022-10-01 14:54:12 +00:00
=======
2022-05-30 08:09:23 +00:00
- apt-get install -y python3-cryptography python3-dateutil python3-idna python3-numpy python3-pil.imagetk python3-requests python3-socks python3-setuptools python3-pyqrcode imagemagick gnupg
- python3 epicyon.py --tests
2022-10-01 14:54:12 +00:00
- python3 epicyon.py --testsnetwork
>>>>>>> 5d3b105c5c46fe9dc541089e253d6d16dff859af