Skip to content

Commit 2b3034a

Browse files
author
Lee Miller
committed
Add lines for local testing into the buildbot docker files
1 parent e578759 commit 2b3034a

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

.buildbot/appimage/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ RUN wget -qO appimage-builder-x86_64.AppImage \
2424
https://github.com/AppImageCrafters/appimage-builder/releases/download/v1.1.0/appimage-builder-1.1.0-x86_64.AppImage
2525

2626
ADD . .
27+
28+
CMD .buildbot/tox-bionic/build.sh

.buildbot/tox-bionic/Dockerfile

+4
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@ RUN python3.8 -m pip install --upgrade pip tox virtualenv
2020
ENV LANG en_US.UTF-8
2121
ENV LANGUAGE en_US:en
2222
ENV LC_ALL en_US.UTF-8
23+
24+
ADD . .
25+
26+
CMD .buildbot/tox-bionic/test.sh

.buildbot/tox-focal/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ RUN apt-get install -yq --no-install-suggests --no-install-recommends \
1313
RUN python3.9 -m pip install --upgrade pip tox virtualenv
1414

1515
ADD . .
16+
17+
CMD .buildbot/tox-focal/test.sh

.buildbot/tox-jammy/Dockerfile

+4
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ RUN apt-get install -yq --no-install-suggests --no-install-recommends \
1010
python3-dev python3-pip language-pack-en qt5dxcb-plugin tor xvfb
1111

1212
RUN pip install tox
13+
14+
ADD . .
15+
16+
CMD .buildbot/tox-jammy/test.sh

0 commit comments

Comments
 (0)