summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Petridis <jordan@centricular.com>2018-11-12 13:30:59 +0200
committerJordan Petridis <jordan@centricular.com>2018-11-12 13:30:59 +0200
commit59d43105c77696e881ef73f5427354f1733b3c32 (patch)
treed4743d673a1b3e9f24c73642a1a1127b2ab9de9b
parentee61b2bc25ca1972cde827269b2496b773f93c95 (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"