mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
gitlab: no need of vaapi nor omx on windows builds
This commit is contained in:
parent
5a5f9dbb86
commit
11ff98a757
1 changed files with 5 additions and 0 deletions
|
@ -398,6 +398,11 @@ valgrind ges:
|
||||||
# Gitlab Runner issue: https://gitlab.com/gitlab-org/gitlab-runner/issues/4291
|
# Gitlab Runner issue: https://gitlab.com/gitlab-org/gitlab-runner/issues/4291
|
||||||
# Blocked upgrade issue: https://gitlab.freedesktop.org/gstreamer/gst-ci/issues/6#note_192780
|
# Blocked upgrade issue: https://gitlab.freedesktop.org/gstreamer/gst-ci/issues/6#note_192780
|
||||||
after_script:
|
after_script:
|
||||||
|
except:
|
||||||
|
variables:
|
||||||
|
- $CI_PROJECT_NAME == "cerbero"
|
||||||
|
- $CI_PROJECT_NAME == "gst-omx"
|
||||||
|
- $CI_PROJECT_NAME == "gstreamer-vaapi"
|
||||||
|
|
||||||
build vs2017 amd64:
|
build vs2017 amd64:
|
||||||
extends: '.build windows'
|
extends: '.build windows'
|
||||||
|
|
Loading…
Reference in a new issue