-
Notifications
You must be signed in to change notification settings - Fork 26
126 lines (108 loc) · 3.19 KB
/
main.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
48
49
50
51
52
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
name: Build Ameba Project
on:
pull_request:
branches:
- master
jobs:
build-amebalite-project-B1:
uses: ./.github/workflows/build_template_amebalite.yml
with:
module_name: AMEBALITE
artifacts_name: amebalite-B1
secrets: inherit
build-amebalite-project-B2:
uses: ./.github/workflows/build_template_amebalite.yml
with:
module_name: AMEBALITE
artifacts_name: amebalite-B2
secrets: inherit
build-amebalite-project-B3:
uses: ./.github/workflows/build_template_amebalite.yml
with:
module_name: AMEBALITE
artifacts_name: amebalite-B3
secrets: inherit
build-amebalite-project-B4:
uses: ./.github/workflows/build_template_amebalite.yml
with:
module_name: AMEBALITE
artifacts_name: amebalite-B4
secrets: inherit
build-amebalite-project-B5:
uses: ./.github/workflows/build_template_amebalite.yml
with:
module_name: AMEBALITE
artifacts_name: amebalite-B5
secrets: inherit
build-amebalite-project-B6:
uses: ./.github/workflows/build_template_amebalite.yml
with:
module_name: AMEBALITE
artifacts_name: amebalite-B6
secrets: inherit
build-amebasmart-project-B1:
uses: ./.github/workflows/build_template_amebasmart.yml
with:
module_name: AMEBASMART
artifacts_name: amebasmart-B1
secrets: inherit
build-amebasmart-project-B2:
uses: ./.github/workflows/build_template_amebasmart.yml
with:
module_name: AMEBASMART
artifacts_name: amebasmart-B2
secrets: inherit
build-amebasmart-project-B3:
uses: ./.github/workflows/build_template_amebasmart.yml
with:
module_name: AMEBASMART
artifacts_name: amebasmart-B3
secrets: inherit
build-amebasmart-project-B4:
uses: ./.github/workflows/build_template_amebasmart.yml
with:
module_name: AMEBASMART
artifacts_name: amebasmart-B4
secrets: inherit
build-amebasmart-project-B5:
uses: ./.github/workflows/build_template_amebasmart.yml
with:
module_name: AMEBASMART
artifacts_name: amebasmart-B5
secrets: inherit
build-amebasmart-project-B6:
uses: ./.github/workflows/build_template_amebasmart.yml
with:
module_name: AMEBASMART
artifacts_name: amebasmart-B6
secrets: inherit
build-amebadplus-project-B1:
uses: ./.github/workflows/build_template_amebadplus.yml
with:
module_name: AMEBADPLUS
artifacts_name: amebadplus-B1
secrets: inherit
build-amebadplus-project-B2:
uses: ./.github/workflows/build_template_amebadplus.yml
with:
module_name: AMEBADPLUS
artifacts_name: amebadplus-B2
secrets: inherit
build-amebadplus-project-B3:
uses: ./.github/workflows/build_template_amebadplus.yml
with:
module_name: AMEBADPLUS
artifacts_name: amebadplus-B3
secrets: inherit
build-amebadplus-project-B5:
uses: ./.github/workflows/build_template_amebadplus.yml
with:
module_name: AMEBADPLUS
artifacts_name: amebadplus-B5
secrets: inherit
build-amebadplus-project-B6:
uses: ./.github/workflows/build_template_amebadplus.yml
with:
module_name: AMEBADPLUS
artifacts_name: amebadplus-B6
secrets: inherit