Skip to content

Commit b6ae3ba

Browse files
MingsongMingsong
Mingsong
authored and
Mingsong
committed
Gitlab CI
1 parent 2eb1809 commit b6ae3ba

File tree

1 file changed

+99
-0
lines changed

1 file changed

+99
-0
lines changed

.gitlab-ci.yml

+99
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
################
2+
# DrupalCI GitLabCI template
3+
#
4+
# Gitlab-ci.yml to replicate DrupalCI testing for Contrib
5+
#
6+
# With thanks to:
7+
# * The GitLab Acceleration Initiative participants
8+
# * DrupalSpoons
9+
################
10+
11+
################
12+
# Guidelines
13+
#
14+
# This template is designed to give any Contrib maintainer everything they need to test, without requiring modification. It is also designed to keep up to date with Core Development automatically through the use of include files that can be centrally maintained.
15+
#
16+
# However, you can modify this template if you have additional needs for your project.
17+
################
18+
19+
################
20+
# Includes
21+
#
22+
# Additional configuration can be provided through includes.
23+
# One advantage of include files is that if they are updated upstream, the changes affect all pipelines using that include.
24+
#
25+
# Includes can be overridden by re-declaring anything provided in an include, here in gitlab-ci.yml
26+
# https://docs.gitlab.com/ee/ci/yaml/includes.html#override-included-configuration-values
27+
################
28+
29+
include:
30+
################
31+
# DrupalCI includes:
32+
# As long as you include this, any future includes added by the Drupal Association will be accessible to your pipelines automatically.
33+
# View these include files at https://git.drupalcode.org/project/gitlab_templates/
34+
################
35+
- project: $_GITLAB_TEMPLATES_REPO
36+
ref: $_GITLAB_TEMPLATES_REF
37+
file:
38+
- '/includes/include.drupalci.main.yml'
39+
# EXPERIMENTAL: For Drupal 7, remove the above line and uncomment the below.
40+
# - '/includes/include.drupalci.main-d7.yml'
41+
- '/includes/include.drupalci.variables.yml'
42+
- '/includes/include.drupalci.workflows.yml'
43+
44+
################
45+
# Pipeline configuration variables
46+
#
47+
# These are the variables provided to the Run Pipeline form that a user may want to override.
48+
#
49+
# Docs at https://git.drupalcode.org/project/gitlab_templates/-/blob/1.0.x/includes/include.drupalci.variables.yml
50+
################
51+
# variables:
52+
# SKIP_ESLINT: '1'
53+
54+
55+
###################################################################################
56+
#
57+
# *
58+
# /(
59+
# ((((,
60+
# /(((((((
61+
# ((((((((((*
62+
# ,(((((((((((((((
63+
# ,(((((((((((((((((((
64+
# ((((((((((((((((((((((((*
65+
# *(((((((((((((((((((((((((((((
66+
# ((((((((((((((((((((((((((((((((((*
67+
# *(((((((((((((((((( .((((((((((((((((((
68+
# ((((((((((((((((((. /(((((((((((((((((*
69+
# /((((((((((((((((( .(((((((((((((((((,
70+
# ,(((((((((((((((((( ((((((((((((((((((
71+
# .(((((((((((((((((((( .(((((((((((((((((
72+
# ((((((((((((((((((((((( ((((((((((((((((/
73+
# (((((((((((((((((((((((((((/ ,(((((((((((((((*
74+
# .((((((((((((((/ /(((((((((((((. ,(((((((((((((((
75+
# *(((((((((((((( ,(((((((((((((/ *((((((((((((((.
76+
# ((((((((((((((, /(((((((((((((. ((((((((((((((,
77+
# (((((((((((((/ ,(((((((((((((* ,(((((((((((((,
78+
# *((((((((((((( .((((((((((((((( ,(((((((((((((
79+
# ((((((((((((/ /((((((((((((((((((. ,((((((((((((/
80+
# ((((((((((((( *(((((((((((((((((((((((* *((((((((((((
81+
# ((((((((((((( ,(((((((((((((..((((((((((((( *((((((((((((
82+
# ((((((((((((, /((((((((((((* /((((((((((((/ ((((((((((((
83+
# ((((((((((((( /((((((((((((/ (((((((((((((* ((((((((((((
84+
# (((((((((((((/ /(((((((((((( ,((((((((((((, *((((((((((((
85+
# (((((((((((((( *(((((((((((/ *((((((((((((. ((((((((((((/
86+
# *((((((((((((((((((((((((((, /(((((((((((((((((((((((((
87+
# ((((((((((((((((((((((((( ((((((((((((((((((((((((,
88+
# .(((((((((((((((((((((((/ ,(((((((((((((((((((((((
89+
# ((((((((((((((((((((((/ ,(((((((((((((((((((((/
90+
# *((((((((((((((((((((( (((((((((((((((((((((,
91+
# ,(((((((((((((((((((((, ((((((((((((((((((((/
92+
# ,(((((((((((((((((((((* /((((((((((((((((((((
93+
# ((((((((((((((((((((((, ,/((((((((((((((((((((,
94+
# ,(((((((((((((((((((((((((((((((((((((((((((((((((((
95+
# .(((((((((((((((((((((((((((((((((((((((((((((
96+
# .((((((((((((((((((((((((((((((((((((,.
97+
# .,(((((((((((((((((((((((((.
98+
#
99+
###################################################################################

0 commit comments

Comments
 (0)