[CI] add woodpecker CI

This commit is contained in:
mathieui
2023-07-06 15:39:13 +02:00
parent 84a7ac020f
commit 31fe7f7e06
3 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
steps:
test_integration:
image: "python:3.11"
secrets: [ci_account1, ci_account1_password, ci_account2, ci_account2_password]
commands:
- apt-get update
- apt-get install -y python3-pip cython3 gpg
- pip3 install emoji aiohttp aiodns
- ./run_integration_tests.py