mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-01 03:52:25 +00:00
ci_template: avoid building libnice tests and examples in the subproject
We don't run the libnice testsuite, and when binaries are built they consume ~45mb of space. This increases the size of the artifacts we export from the gst-build job for the testsuite and drives up the storage and bandwith costs when re-downloading the artifacts. Similary disable the test targets of couple other subprojects as well
This commit is contained in:
parent
8cb3a84d97
commit
7676363645
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@ variables:
|
|||
GIT_STRATEGY: none
|
||||
MESON_BUILDTYPE_ARGS: --default-library=both
|
||||
DEFAULT_MESON_ARGS: >
|
||||
-Dlibnice:tests=disabled
|
||||
-Dlibnice:examples=disabled
|
||||
-Dopenh264:tests=disabled
|
||||
-Dpygobject:tests=false
|
||||
-Dpython=enabled
|
||||
-Dlibav=enabled
|
||||
-Dugly=enabled
|
||||
|
|
Loading…
Reference in a new issue