@@ -32,7 +32,7 @@ before_script:
32
32
# -----------------------------------------------------------------------#
33
33
" Linux 32 AppImage " :
34
34
<< : *ccache_init
35
- image : registry.gitlab.com/openrgbdevelopers/openrgb-linux-ci-deb-builder:stretch -32
35
+ image : registry.gitlab.com/openrgbdevelopers/openrgb-linux-ci-deb-builder:buster -32
36
36
stage : build
37
37
script :
38
38
- export $(dpkg-architecture)
@@ -51,7 +51,7 @@ before_script:
51
51
# -----------------------------------------------------------------------#
52
52
" Linux 64 AppImage " :
53
53
<< : *ccache_init
54
- image : registry.gitlab.com/openrgbdevelopers/openrgb-linux-ci-deb-builder:stretch -64
54
+ image : registry.gitlab.com/openrgbdevelopers/openrgb-linux-ci-deb-builder:buster -64
55
55
stage : build
56
56
script :
57
57
- export $(dpkg-architecture)
@@ -70,7 +70,7 @@ before_script:
70
70
# -----------------------------------------------------------------------#
71
71
" Linux 32 deb " :
72
72
<< : *ccache_init
73
- image : registry.gitlab.com/openrgbdevelopers/openrgb-linux-ci-deb-builder:stretch -32
73
+ image : registry.gitlab.com/openrgbdevelopers/openrgb-linux-ci-deb-builder:buster -32
74
74
stage : build
75
75
script :
76
76
- dpkg-architecture -l
@@ -91,7 +91,7 @@ before_script:
91
91
# -----------------------------------------------------------------------#
92
92
" Linux 64 deb " :
93
93
<< : *ccache_init
94
- image : registry.gitlab.com/openrgbdevelopers/openrgb-linux-ci-deb-builder:stretch -64
94
+ image : registry.gitlab.com/openrgbdevelopers/openrgb-linux-ci-deb-builder:buster -64
95
95
stage : build
96
96
script :
97
97
- dpkg-architecture -l
@@ -214,39 +214,39 @@ before_script:
214
214
needs :
215
215
- " Linux 32 deb"
216
216
217
- # -----------------------------------------------------------------------#
218
- # Ubuntu 32 18.04LTS test #
219
- # -----------------------------------------------------------------------#
220
- " Ubuntu 32 18.04LTS " :
221
- image : i386/ubuntu:bionic
222
- stage : test
223
- script :
224
- - apt update
225
- - DEBIAN_FRONTEND=noninteractive apt install -yq --no-install-recommends ./openrgb*i386.deb
226
- - openrgb --version
227
- - openrgb -l
228
- - apt remove -y openrgb
229
- dependencies :
230
- - " Linux 32 deb"
231
- needs :
232
- - " Linux 32 deb"
233
-
234
- # -----------------------------------------------------------------------#
235
- # Mint 32 19.3 test #
236
- # -----------------------------------------------------------------------#
237
- " Mint 32 20.1 " :
238
- image : linuxmintd/mint19.3-i386
239
- stage : test
240
- script :
241
- - apt update
242
- - DEBIAN_FRONTEND=noninteractive apt install -yq --no-install-recommends ./openrgb*i386.deb
243
- - openrgb --version
244
- - openrgb -l
245
- - apt remove -y openrgb
246
- dependencies :
247
- - " Linux 32 deb"
248
- needs :
249
- - " Linux 32 deb"
217
+ # # -----------------------------------------------------------------------#
218
+ # # Ubuntu 32 18.04LTS test #
219
+ # # -----------------------------------------------------------------------#
220
+ # "Ubuntu 32 18.04LTS":
221
+ # image: i386/ubuntu:bionic
222
+ # stage: test
223
+ # script:
224
+ # - apt update
225
+ # - DEBIAN_FRONTEND=noninteractive apt install -yq --no-install-recommends ./openrgb*i386.deb
226
+ # - openrgb --version
227
+ # - openrgb -l
228
+ # - apt remove -y openrgb
229
+ # dependencies:
230
+ # - "Linux 32 deb"
231
+ # needs:
232
+ # - "Linux 32 deb"
233
+
234
+ # # -----------------------------------------------------------------------#
235
+ # # Mint 32 19.3 test #
236
+ # # -----------------------------------------------------------------------#
237
+ # "Mint 32 20.1":
238
+ # image: linuxmintd/mint19.3-i386
239
+ # stage: test
240
+ # script:
241
+ # - apt update
242
+ # - DEBIAN_FRONTEND=noninteractive apt install -yq --no-install-recommends ./openrgb*i386.deb
243
+ # - openrgb --version
244
+ # - openrgb -l
245
+ # - apt remove -y openrgb
246
+ # dependencies:
247
+ # - "Linux 32 deb"
248
+ # needs:
249
+ # - "Linux 32 deb"
250
250
251
251
# -----------------------------------------------------------------------#
252
252
# Debian 64 Buster test #
@@ -298,22 +298,22 @@ before_script:
298
298
needs :
299
299
- " Linux 64 rpm"
300
300
301
- # -----------------------------------------------------------------------#
302
- # Ubuntu 64 18.04LTS test #
303
- # -----------------------------------------------------------------------#
304
- " Ubuntu 64 18.04LTS " :
305
- image : ubuntu:bionic
306
- stage : test
307
- script :
308
- - apt update
309
- - DEBIAN_FRONTEND=noninteractive apt install -yq --no-install-recommends ./openrgb*amd64.deb
310
- - openrgb --version
311
- - openrgb -l
312
- - apt remove -y openrgb
313
- dependencies :
314
- - " Linux 64 deb"
315
- needs :
316
- - " Linux 64 deb"
301
+ # # -----------------------------------------------------------------------#
302
+ # # Ubuntu 64 18.04LTS test #
303
+ # # -----------------------------------------------------------------------#
304
+ # "Ubuntu 64 18.04LTS":
305
+ # image: ubuntu:bionic
306
+ # stage: test
307
+ # script:
308
+ # - apt update
309
+ # - DEBIAN_FRONTEND=noninteractive apt install -yq --no-install-recommends ./openrgb*amd64.deb
310
+ # - openrgb --version
311
+ # - openrgb -l
312
+ # - apt remove -y openrgb
313
+ # dependencies:
314
+ # - "Linux 64 deb"
315
+ # needs:
316
+ # - "Linux 64 deb"
317
317
318
318
# -----------------------------------------------------------------------#
319
319
# Ubuntu 64 20.04LTS test #
0 commit comments