mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
ci: Fix gstreamer-full job to run in gst-build
It was set to gst-omx by accident instead.
This commit is contained in:
parent
c02cb97dc2
commit
21584e4610
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ gstreamer-full:
|
|||
-Dauto_features=disabled
|
||||
-Dgst-plugins-good:alpha=enabled
|
||||
EXCEPT_PROJECT_REGEX: ''
|
||||
ONLY_PROJECT_REGEX: '/^(gst-omx|gst-ci)$/'
|
||||
ONLY_PROJECT_REGEX: '/^(gst-build|gst-ci)$/'
|
||||
after_script:
|
||||
- cd gst-build/
|
||||
- ninja -C build install
|
||||
|
|
Loading…
Reference in a new issue