mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-06-13 14:32:57 -04:00
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
14 lines
367 B
YAML
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
|