Add minimal buildbot testing scenario
This commit is contained in:
parent
1602964b1c
commit
066557741b
9
.buildbot/ubuntu/Dockerfile
Normal file
9
.buildbot/ubuntu/Dockerfile
Normal file
|
@ -0,0 +1,9 @@
|
|||
FROM ubuntu:bionic AS bionic
|
||||
|
||||
RUN apt-get update
|
||||
|
||||
RUN apt-get install -yq --no-install-suggests --no-install-recommends \
|
||||
python3-dev python3-pip python3.8 python3.8-dev python3.8-venv
|
||||
|
||||
RUN python3.8 -m pip install setuptools wheel
|
||||
RUN python3.8 -m pip install --upgrade pip tox virtualenv
|
4
.buildbot/ubuntu/test.sh
Executable file
4
.buildbot/ubuntu/test.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
tox -e lint-basic || exit 1
|
||||
tox
|
Loading…
Reference in New Issue
Block a user