diff options
author | Víctor Manuel Jáquez Leal <vjaquez@igalia.com> | 2018-11-12 17:43:54 +0100 |
---|---|---|
committer | Víctor Manuel Jáquez Leal <vjaquez@igalia.com> | 2018-11-12 17:43:54 +0100 |
commit | b67fc3a51803aca641d8ee7c870690fd10f5d018 (patch) | |
tree | a34053c6a5d6860d00f9466878aca37aa90240d8 | |
parent | 90d8350820821eaa72b582b3eecbc478ea88b6cc (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.yml | 1 |
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" |