summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Petridis <jordan@centricular.com>2018-11-12 12:51:28 +0200
committerTim-Philipp Müller <tim@centricular.com>2019-04-06 16:23:51 +0000
commit91356c9a7d3479d192047d1806c87ec1bf0a8778 (patch)
treef5daa7292c8551ad2a0a5eeebbbb49dd6d06d427
parent7d1b77b0c44badaa4442e2990436fe1366028cf1 (diff)
downloadgst-omx-91356c9a7d3479d192047d1806c87ec1bf0a8778.tar.gz
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 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"