From: Jordan Petridis Date: Fri, 17 Apr 2020 04:29:16 +0000 (+0300) Subject: ci_template: avoid building libnice tests and examples in the subproject X-Git-Tag: 1.19.3~497^2~167 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=76763636457a7831506dc1243f849e1358734349;p=platform%2Fupstream%2Fgstreamer.git 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 --- diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index 012085a..6e1a5fa 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -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