-
Notifications
You must be signed in to change notification settings - Fork 831
137 lines (117 loc) · 3.49 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
127
128
129
130
131
132
133
134
135
136
137
name: Build ESP-AT Project
on: push
jobs:
build-esp32-wroom-at:
uses: ./.github/workflows/build_template_esp32.yml
with:
module_name: WROOM-32
artifacts_name: esp32-wroom-at
secrets: inherit
build-esp32-wrover-at:
uses: ./.github/workflows/build_template_esp32.yml
with:
module_name: WROVER-32
artifacts_name: esp32-wrover-at
secrets: inherit
build-esp32-pico-d4-at:
uses: ./.github/workflows/build_template_esp32.yml
with:
module_name: PICO-D4
artifacts_name: esp32-pico-d4-at
secrets: inherit
build-esp32-solo-at:
uses: ./.github/workflows/build_template_esp32.yml
with:
module_name: SOLO-1
artifacts_name: esp32-solo-1-at
secrets: inherit
build-esp32-d2wd-at:
uses: ./.github/workflows/build_template_esp32.yml
with:
module_name: ESP32-D2WD
artifacts_name: esp32-d2wd-at
secrets: inherit
build-esp32-mini-1-at:
uses: ./.github/workflows/build_template_esp32.yml
with:
module_name: MINI-1
artifacts_name: esp32-mini-1-at
secrets: inherit
build-esp32-sdio-at:
uses: ./.github/workflows/build_template_esp32.yml
with:
module_name: ESP32-SDIO
artifacts_name: esp32-sdio-at
secrets: inherit
build-esp32-at-all-function-test-without-bt:
uses: ./.github/workflows/build_template_esp32.yml
with:
module_name: WROVER-32
artifacts_name: esp32-at-all-function-test-without-bt
secrets: inherit
build-esp32-at-all-function-test-just-bt:
uses: ./.github/workflows/build_template_esp32.yml
with:
module_name: WROVER-32
artifacts_name: esp32-at-all-function-test-just-bt
secrets: inherit
build-esp32c3-mini-1-at:
uses: ./.github/workflows/build_template_esp32c3.yml
with:
module_name: MINI-1
artifacts_name: esp32c3-mini-1-at
secrets: inherit
build-esp32c3-spi-at:
uses: ./.github/workflows/build_template_esp32c3.yml
with:
module_name: ESP32C3-SPI
artifacts_name: esp32c3-spi-at
secrets: inherit
build-esp32c3-at-full-function-test:
uses: ./.github/workflows/build_template_esp32c3.yml
with:
module_name: MINI-1
artifacts_name: esp32c3-at-full-function-test
secrets: inherit
build-esp32c3-rainmaker:
uses: ./.github/workflows/build_template_esp32c3.yml
with:
module_name: ESP32C3_RAINMAKER
artifacts_name: esp32c3-rainmaker-at
secrets: inherit
build-esp32c2-4mb-at:
uses: ./.github/workflows/build_template_esp32c2.yml
with:
module_name: ESP32C2-4MB
artifacts_name: esp32c2-4MB-at
secrets: inherit
build-esp32c2-2mb-at:
uses: ./.github/workflows/build_template_esp32c2.yml
with:
module_name: ESP32C2-2MB
artifacts_name: esp32c2-2MB-at
secrets: inherit
build-esp32c2-ble-2mb-at:
uses: ./.github/workflows/build_template_esp32c2.yml
with:
module_name: ESP32C2-BLE-2MB
artifacts_name: esp32c2-ble-2mb-at
secrets: inherit
build-esp32c5-4mb-at:
uses: ./.github/workflows/build_template_esp32c5.yml
with:
module_name: ESP32C5-4MB
artifacts_name: esp32c5-4MB-at
secrets: inherit
build-esp32c6-4mb-at:
uses: ./.github/workflows/build_template_esp32c6.yml
with:
module_name: ESP32C6-4MB
artifacts_name: esp32c6-4MB-at
secrets: inherit
build-esp32s2-mini-at:
uses: ./.github/workflows/build_template_esp32s2.yml
with:
module_name: MINI
artifacts_name: esp32s2-mini-at
secrets: inherit