ci: build cython module for itests
This commit is contained in:
parent
ae4de043d2
commit
dcaf812a28
@ -1,9 +1,10 @@
|
|||||||
steps:
|
steps:
|
||||||
test_integration:
|
test_integration:
|
||||||
image: "python:3.11"
|
image: "python:3.11"
|
||||||
secrets: [ci_account1, ci_account1_password, ci_account2, ci_account2_password]
|
secrets: [ci_account1, ci_account1_password, ci_account2, ci_account2_password, ci_muc_server]
|
||||||
commands:
|
commands:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y python3-pip cython3 gpg
|
- apt-get install -y python3-pip cython3 gpg idn libidn-dev
|
||||||
- pip3 install emoji aiohttp aiodns
|
- pip3 install emoji aiohttp aiodns
|
||||||
|
- python3 setup.py build_ext --inplace
|
||||||
- ./run_integration_tests.py
|
- ./run_integration_tests.py
|
||||||
|
Loading…
Reference in New Issue
Block a user