wlroots/.gitlab-ci.yml
Simon Ser b0bc7108fa ci: use MR pipelines
This runs CI jobs in the context of the parent project, unlocking
merge request env vars.

See https://docs.gitlab.com/ci/pipelines/merge_request_pipelines/#run-pipelines-in-the-parent-project
2026-04-26 15:56:22 +02:00

14 lines
367 B
YAML

include: https://gitlab.freedesktop.org/emersion/dalligi/-/raw/master/templates/multi.yml
workflow:
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
when: never
- if: $CI_COMMIT_BRANCH
alpine:
extends: .dalligi
pages: true
archlinux:
extends: .dalligi
freebsd:
extends: .dalligi