diff options
author | Jordan Petridis <jordan@centricular.com> | 2018-11-12 13:23:45 +0200 |
---|---|---|
committer | Sebastian Dröge <slomo@coaxion.net> | 2018-11-12 11:25:00 +0000 |
commit | 75ea160452fde70ffc308fecdc0a442c76e71b8b (patch) | |
tree | 6062908fed25d05510acd3b1e78364c972b2fade /.gitlab-ci.yml | |
parent | c78f81f4105661b687ff496694b506deafe59312 (diff) | |
download | gstreamer-plugins-bad-75ea160452fde70ffc308fecdc0a442c76e71b8b.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
Diffstat (limited to '.gitlab-ci.yml')
-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 000000000..c61aa7a52 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1 @@ +include: "https://gitlab.freedesktop.org/gstreamer/gst-ci/raw/master/gitlab/ci_template.yml" |