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

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2022-09-06 18:51:26 +0300
committerXavier Claessens <xavier.claessens@collabora.com>2022-09-06 18:53:15 +0300
commitef78498dc20d2774a0964357fa6d137aec915852 (patch)
treed03444e42f5dc48865a12fb3c612fb7141d9ed88 /.gitlab-ci.yml
parent3c6086caebe138ee8d59ebe3e62d29e1459d3884 (diff)
ci: Fix running gst-inspect inside devenv
There are 2 gst-inspect-1.0 executables, one in root builddir and another one in subprojects/gstreamer/tools/. The latter does not link on gst-full, meson devenv is supposed to set the former first in PATH, but it seems to be flicky.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7988ab912..051de1945 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -245,7 +245,7 @@ gst-build:
# Check static Rust plugins can be linked into gst-full
- meson build-gst-full --default-library=static $MESON_ARGS
- ninja -C build-gst-full
- - meson devenv -C build-gst-full gst-inspect-1.0 rsaudiofx
+ - meson devenv -C build-gst-full ./gst-inspect-1.0 rsaudiofx
artifacts:
expire_in: '7 days'
when: always