Merge pull request 'feat: Allow building using woodpecker-ci' (#1) from ticoombs/epicyon:main into main

Reviewed-on: https://gitea.slowb.ro/bashrc/epicyon/pulls/1
merge-requests/30/head
Bob Mottram 2022-05-30 12:08:16 +00:00
commit 8a667a38f0
1 changed files with 8 additions and 0 deletions

8
.woodpecker.yml 100644
View File

@ -0,0 +1,8 @@
pipeline:
test:
image: debian:testing
commands:
- apt-get update
- 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
- python3 epicyon.py --testsnetwork