From: Víctor Manuel Jáquez Leal Date: Mon, 12 Nov 2018 16:43:54 +0000 (+0100) Subject: Add Gitlab CI configuration X-Git-Tag: 1.19.3~503^2~608 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b67fc3a51803aca641d8ee7c870690fd10f5d018;p=platform%2Fupstream%2Fgstreamer.git Add Gitlab CI configuration This commit adds a .gitlab-ci.yml file, which uses a feature to fetch the config from a centralized repository. The intent is to have all the gstreamer modules use the same configuration. The configuration is currently hosted at the gst-ci repository under the gitlab/ci_template.yml path. Part of https://gitlab.freedesktop.org/gstreamer/gstreamer-project/issues/29 --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..c61aa7a --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1 @@ +include: "https://gitlab.freedesktop.org/gstreamer/gst-ci/raw/master/gitlab/ci_template.yml"