summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2018-11-12 17:43:54 +0100
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2018-11-12 17:43:54 +0100
commitb67fc3a51803aca641d8ee7c870690fd10f5d018 (patch)
treea34053c6a5d6860d00f9466878aca37aa90240d8
parent90d8350820821eaa72b582b3eecbc478ea88b6cc (diff)
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
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 00000000..c61aa7a5
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1 @@
+include: "https://gitlab.freedesktop.org/gstreamer/gst-ci/raw/master/gitlab/ci_template.yml"