File tree Expand file tree Collapse file tree 4 files changed +12
-0
lines changed
Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Original file line number Diff line number Diff 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
2626ADD . .
27+
28+ CMD .buildbot/tox-bionic/build.sh
Original file line number Diff line number Diff line change @@ -20,3 +20,7 @@ RUN python3.8 -m pip install --upgrade pip tox virtualenv
2020ENV LANG en_US.UTF-8
2121ENV LANGUAGE en_US:en
2222ENV LC_ALL en_US.UTF-8
23+
24+ ADD . .
25+
26+ CMD .buildbot/tox-bionic/test.sh
Original file line number Diff line number Diff line change @@ -13,3 +13,5 @@ RUN apt-get install -yq --no-install-suggests --no-install-recommends \
1313RUN python3.9 -m pip install --upgrade pip tox virtualenv
1414
1515ADD . .
16+
17+ CMD .buildbot/tox-focal/test.sh
Original file line number Diff line number Diff 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
1212RUN pip install tox
13+
14+ ADD . .
15+
16+ CMD .buildbot/tox-jammy/test.sh
You can’t perform that action at this time.
0 commit comments