CI: install omemo and omemo-backend-signal
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
bb2426a534
commit
f1750d6df3
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ stages:
|
||||||
script:
|
script:
|
||||||
- apt update && apt install -y libidn11-dev build-essential cmake
|
- apt update && apt install -y libidn11-dev build-essential cmake
|
||||||
- pip3 install pylint pyasn1-modules cffi --upgrade
|
- pip3 install pylint pyasn1-modules cffi --upgrade
|
||||||
|
- pip3 install -e git+https://github.com/syndace/python-omemo#egg=omemo
|
||||||
|
- pip3 install -e git+https://github.com/syndace/python-omemo-backend-signal#egg=omemo-backend-signal
|
||||||
- pip3 install -e git+https://lab.louiz.org/poezio/slixmpp.git#egg=slixmpp
|
- pip3 install -e git+https://lab.louiz.org/poezio/slixmpp.git#egg=slixmpp
|
||||||
- python3 setup.py install
|
- python3 setup.py install
|
||||||
- pylint -E slixmpp_omemo
|
- pylint -E slixmpp_omemo
|
||||||
|
|
Loading…
Reference in a new issue