mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-05 11:21:12 +00:00
ci_template: enable the windows x86 and msys native jobs again
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/281>
This commit is contained in:
parent
b36d813f5b
commit
f546834e6c
1 changed files with 0 additions and 8 deletions
|
@ -495,19 +495,11 @@ build vs2017 amd64:
|
||||||
|
|
||||||
build vs2017 x86:
|
build vs2017 x86:
|
||||||
extends: '.build windows'
|
extends: '.build windows'
|
||||||
# Disabled until the container image can be updated
|
|
||||||
rules:
|
|
||||||
- allow_failure: true
|
|
||||||
when: 'manual'
|
|
||||||
variables:
|
variables:
|
||||||
ARCH: 'x86'
|
ARCH: 'x86'
|
||||||
|
|
||||||
build msys2 :
|
build msys2 :
|
||||||
extends: '.build windows'
|
extends: '.build windows'
|
||||||
# Disabled until the container image can be updated
|
|
||||||
rules:
|
|
||||||
- allow_failure: true
|
|
||||||
when: 'manual'
|
|
||||||
timeout: '60min'
|
timeout: '60min'
|
||||||
script:
|
script:
|
||||||
# Sometimes there's seems to be an existing gst-build clone that comes either from the ether or
|
# Sometimes there's seems to be an existing gst-build clone that comes either from the ether or
|
||||||
|
|
Loading…
Reference in a new issue