.gitlab-ci.yml revision 14b11b2b
1#
2# This is the GitLab CI configuration file for the mainstream pixman project:
3# https://gitlab.freedesktop.org/pixman/pixman/-/pipelines
4#
5# !!! DO NOT ADD ANY NEW CONFIGURATION TO THIS FILE !!!
6#
7# Only documentation or comments is accepted.
8#
9# To use a different set of jobs than the mainstream project, you need to set
10# the location of your custom yml file at "custom CI/CD configuration path", on
11# your GitLab CI namespace:
12# https://docs.gitlab.com/ee/ci/pipelines/settings.html#custom-cicd-configuration-path
13#
14
15include:
16  - local: '/.gitlab-ci.d/pixman-project.yml'
17