File tree 4 files changed +12
-0
lines changed
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 \
24
24
https://github.com/AppImageCrafters/appimage-builder/releases/download/v1.1.0/appimage-builder-1.1.0-x86_64.AppImage
25
25
26
26
ADD . .
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
20
20
ENV LANG en_US.UTF-8
21
21
ENV LANGUAGE en_US:en
22
22
ENV 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 \
13
13
RUN python3.9 -m pip install --upgrade pip tox virtualenv
14
14
15
15
ADD . .
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 \
10
10
python3-dev python3-pip language-pack-en qt5dxcb-plugin tor xvfb
11
11
12
12
RUN 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