-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitlab-ci.yml
47 lines (39 loc) · 1.54 KB
/
.gitlab-ci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
stages:
- pre-flight
- quality
- test
- build
- documentation
- deploy
include:
- project: 'wpml/wpml-plugin-template'
file: '.gitlab-ci/root.before_script.yml'
- project: 'wpml/wpml-plugin-template'
file: '.gitlab-ci/pre-flight/prepare-cache.yml'
- project: 'wpml/wpml-plugin-template'
file: '.gitlab-ci/.junit-report.yml'
- project: 'wpml/wpml-plugin-template'
file: '.gitlab-ci/quality/php/compatibility.with-report.yml'
- project: 'wpml/wpml-plugin-template'
file: '.gitlab-ci/quality/php/duplication.yml'
# - project: 'wpml/wpml-plugin-template'
# file: '.gitlab-ci/test/cc.yml'
# - project: 'wpml/wpml-plugin-template'
# file: '.gitlab-ci/test/unit/jest.with-report.yml'
- project: 'wpml/wpml-plugin-template'
file: '.gitlab-ci/test/unit/php.with-report.yml'
# - project: 'wpml/wpml-plugin-template'
# file: '.gitlab-ci/test/integration/php.yml'
- project: 'wpml/wpml-plugin-template'
file: '.gitlab-ci/build/branch.yml'
- project: 'wpml/wpml-plugin-template'
file: '.gitlab-ci/build/protected-branches.yml'
- project: 'wpml/wpml-plugin-template'
file: '.gitlab-ci/build/special-branches.yml'
- project: 'wpml/wpml-plugin-template'
file: '.gitlab-ci/build/tag.yml'
- project: 'wpml/wpml-plugin-template'
file: '.gitlab-ci/documentation/release-notes.yml'
- project: 'wpml/wpml-plugin-template'
file: '.gitlab-ci/deploy/s3.yml'