Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/orc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Petridis <jpetridis@gnome.org>2020-07-29 14:59:00 +0300
committerJordan Petridis <jpetridis@gnome.org>2020-07-29 14:59:00 +0300
commit655847e4485d52da7c7fdbdd01bd0b47579144f7 (patch)
tree022aca8612d4ee10e69f4e2ac3adea38ef9d17e0
parent398e5fd7f4e41e10f3ba4e4335f6781cdfbc16d9 (diff)
ci: mark the msys job as manual and allowed to fail
the msys setup is not deterministic due to issues with msys installation, so it keeps breaking every now and then. Part-of: <https://gitlab.freedesktop.org/gstreamer/orc/-/merge_requests/48>
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e10bfee..2db2207 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -67,6 +67,8 @@ vs2017 x86:
msys2:
extends: '.build windows'
+ when: 'manual'
+ allow_failure: true
script:
# XXX: Copied from https://gitlab.freedesktop.org/gstreamer/gst-ci/blob/master/gitlab/ci_template.yml#L487
- $env:PATH += ";C:\msys64\usr\bin;C:\msys64\mingw64\bin;C:\msys64\mingw32\bin"