mirror of
https://salsa.debian.org/xorg-team/lib/pixman
synced 2025-08-29 23:21:59 +00:00

The image is used in CI pipeline to build and test on different architectures. This commit introduces more extensible GitLab CI scheme borrowed from qemu project. Signed-off-by: Marek Pikuła <m.pikula@partner.samsung.com>
17 lines
578 B
YAML
17 lines
578 B
YAML
#
|
|
# This is the GitLab CI configuration file for the mainstream pixman project:
|
|
# https://gitlab.freedesktop.org/pixman/pixman/-/pipelines
|
|
#
|
|
# !!! DO NOT ADD ANY NEW CONFIGURATION TO THIS FILE !!!
|
|
#
|
|
# Only documentation or comments is accepted.
|
|
#
|
|
# To use a different set of jobs than the mainstream project, you need to set
|
|
# the location of your custom yml file at "custom CI/CD configuration path", on
|
|
# your GitLab CI namespace:
|
|
# https://docs.gitlab.com/ee/ci/pipelines/settings.html#custom-cicd-configuration-path
|
|
#
|
|
|
|
include:
|
|
- local: '/.gitlab-ci.d/pixman-project.yml'
|