From 36291d738e022ee11f63305a37d7c2963076d2a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 31 Oct 2020 09:27:47 +0200 Subject: [PATCH] ci: Add GstController to the gir checks --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 32b99c50b..3e79ebd2d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -362,10 +362,12 @@ gir-checks: - cargo build --locked --release - | cargo run --release -- \ + --gir-file ../Gir_Gst.toml ../gstreamer/ \ --gir-file ../Gir_GstApp.toml ../gstreamer-app \ --gir-file ../Gir_GstAudio.toml ../gstreamer-audio/ \ --gir-file ../Gir_GstBase.toml ../gstreamer-base \ --gir-file ../Gir_GstCheck.toml ../gstreamer-check/ \ + --gir-file ../Gir_GstController.toml ../gstreamer-controller/ \ --gir-file ../Gir_GstEditingServices.toml ../gstreamer-editing-services/ \ --gir-file ../Gir_GstGL.toml ../gstreamer-gl/ \ --gir-file ../Gir_GstNet.toml ../gstreamer-net/ \ @@ -375,7 +377,6 @@ gir-checks: --gir-file ../Gir_GstRtspServer.toml ../gstreamer-rtsp-server/ \ --gir-file ../Gir_GstRtsp.toml ../gstreamer-rtsp/ \ --gir-file ../Gir_GstSdp.toml ../gstreamer-sdp/ \ - --gir-file ../Gir_Gst.toml ../gstreamer/ \ --gir-file ../Gir_GstVideo.toml ../gstreamer-video/ \ --gir-file ../Gir_GstWebRTC.toml ../gstreamer-webrtc/ - cd ..