Add test_bionic
This commit is contained in:
parent
a67572d708
commit
6870dcb2c1
12
.buildbot/bionic/Dockerfile
Normal file
12
.buildbot/bionic/Dockerfile
Normal file
|
@ -0,0 +1,12 @@
|
|||
FROM ubuntu:bionic AS test_bionic
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN apt-get update -y && apt-get install -yq --no-install-suggests --no-install-recommends \
|
||||
buildbot-slave git subversion python3-dev libffi-dev python3-setuptools \
|
||||
python3-pip dumb-init curl openssh-client wget \
|
||||
python-qt4 python-pyqt5 \
|
||||
build-essential libcap-dev libmtdev-dev xvfb tor xclip python3-opencv
|
||||
|
||||
RUN pip3 install coverage psutil pycrypto \
|
||||
xvfbwrapper python_prctl six
|
3
.buildbot/bionic/build.sh
Executable file
3
.buildbot/bionic/build.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
python setup.py install --user
|
||||
export PYTHONWARNINGS=all
|
4
.buildbot/bionic/test.sh
Executable file
4
.buildbot/bionic/test.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
python checkdeps.py
|
||||
python src/bitmessagemain.py -t
|
||||
python -bm tests
|
Reference in New Issue
Block a user