7878 name : " Build docker image"
7979 with :
8080 docker_image_name : debian
81- build-debian-old-docker :
82- name : Build old debian docker image
83- runs-on : ubuntu-22.04
84- if : ${{ false }}
85- steps :
86- - uses : actions/checkout@v4
87- - uses : ./.github/actions/build-docker-image
88- name : " Build docker image"
89- with :
90- docker_image_name : debian_old
91- build-windows-i686-docker :
92- name : Build 32 bit windows docker image
93- runs-on : ubuntu-22.04
94- steps :
95- - uses : actions/checkout@v4
96- - uses : ./.github/actions/build-docker-image
97- name : " Build docker image"
98- with :
99- docker_image_name : windows_builder.i686
10081 build-debian :
10182 name : Debian
10283 runs-on : ubuntu-22.04
@@ -113,23 +94,6 @@ jobs:
11394 docker_image_name : debian
11495 - name : Run build
11596 run : docker-compose run --rm debian ./.ci-scripts/build-qtox-linux.sh --build-type ${{ matrix.build_type }} --${{ matrix.features }}
116- build-debian-old :
117- name : Debian Old
118- runs-on : ubuntu-22.04
119- if : ${{ false }}
120- needs : build-debian-old-docker
121- strategy :
122- matrix :
123- features : [full, minimal]
124- build_type : [Debug, Release]
125- steps :
126- - uses : actions/checkout@v4
127- - uses : ./.github/actions/load-docker-image
128- name : Load docker image
129- with :
130- docker_image_name : debian_old
131- - name : Run build
132- run : docker-compose run --rm debian_old ./.ci-scripts/build-qtox-linux.sh --build-type ${{ matrix.build_type }} --${{ matrix.features }}
13397 translation-check :
13498 name : Check for translatable strings
13599 runs-on : ubuntu-22.04
0 commit comments