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.
This commit is contained in:
Jordan Petridis 2018-11-09 18:54:03 +02:00
parent df235d4f6c
commit ab47fccaec
No known key found for this signature in database
GPG key ID: 902CC06D159744F5

1
.gitlab-ci.yml Normal file
View file

@ -0,0 +1 @@
include: 'https://gitlab.freedesktop.org/gstreamer/gst-ci/raw/master/gitlab/ci_template.yml'