-
Notifications
You must be signed in to change notification settings - Fork 28
164 lines (161 loc) · 5.73 KB
/
nightly-build.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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
name: Nightly Build
on:
schedule:
- cron: 0 0 * * *
workflow_dispatch:
permissions:
contents: read
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/[email protected]
- name: Install packages
run: source tools/ci.sh && ci_esp32_idf504_setup
- name: Build
run: source tools/ci.sh && ci_esp32_nightly_build
- name: Deliver AirQ firmware
uses: actions/upload-artifact@v3
with:
name: M5STACK_AirQ_firmware
path: ./m5stack/build-M5STACK_AirQ/uiflow-*-*.bin
- name: Deliver Atom Echo firmware
uses: actions/upload-artifact@v3
with:
name: M5STACK_Atom_Echo_firmware
path: ./m5stack/build-M5STACK_Atom_Echo/uiflow-*-*.bin
- name: Deliver Atom Lite firmware
uses: actions/upload-artifact@v3
with:
name: M5STACK_Atom_Lite_firmware
path: ./m5stack/build-M5STACK_Atom_Lite/uiflow-*-*.bin
- name: Deliver Atom Matrix firmware
uses: actions/upload-artifact@v3
with:
name: M5STACK_Atom_Matrix_firmware
path: ./m5stack/build-M5STACK_Atom_Matrix/uiflow-*-*.bin
- name: Deliver AtomS3 firmware
uses: actions/upload-artifact@v3
with:
name: M5STACK_AtomS3_firmware
path: ./m5stack/build-M5STACK_AtomS3/uiflow-*-*.bin
- name: Deliver AtomS3-Lite firmware
uses: actions/upload-artifact@v3
with:
name: M5STACK_AtomS3-Lite_firmware
path: ./m5stack/build-M5STACK_AtomS3_Lite/uiflow-*-*.bin
- name: Deliver AtomS3R firmware
uses: actions/upload-artifact@v3
with:
name: M5STACK_AtomS3R_firmware
path: ./m5stack/build-M5STACK_AtomS3R/uiflow-*-*.bin
- name: Deliver AtomS3U firmware
uses: actions/upload-artifact@v3
with:
name: M5STACK_AtomS3U_firmware
path: ./m5stack/build-M5STACK_AtomS3U/uiflow-*-*.bin
- name: Deliver AtomU firmware
uses: actions/upload-artifact@v3
with:
name: M5STACK_AtomU_firmware
path: ./m5stack/build-M5STACK_AtomU/uiflow-*-*.bin
- name: Deliver Basic firmware
uses: actions/upload-artifact@v3
with:
name: M5STACK_Basic_firmware
path: ./m5stack/build-M5STACK_Basic/uiflow-*-*.bin
- name: Deliver Basic(4MB Flash) firmware
uses: actions/upload-artifact@v3
with:
name: M5STACK_Basic_4MB_Flash_firmware
path: ./m5stack/build-M5STACK_Basic_4MB/uiflow-*-*.bin
- name: Deliver Capsule firmware
uses: actions/upload-artifact@v3
with:
name: M5STACK_Capsule_firmware
path: ./m5stack/build-M5STACK_Capsule/uiflow-*-*.bin
- name: Deliver Cardputer firmware
uses: actions/upload-artifact@v3
with:
name: M5STACK_Cardputer_firmware
path: ./m5stack/build-M5STACK_Cardputer/uiflow-*-*.bin
- name: Deliver Core2 firmware
uses: actions/upload-artifact@v3
with:
name: M5STACK_Core2_firmware
path: ./m5stack/build-M5STACK_Core2/uiflow-*-*.bin
- name: Deliver CoreInk firmware
uses: actions/upload-artifact@v3
with:
name: M5STACK_CoreInk_firmware
path: ./m5stack/build-M5STACK_CoreInk/uiflow-*-*.bin
- name: Deliver CoreS3 firmware
uses: actions/upload-artifact@v3
with:
name: M5STACK_CoreS3_firmware
path: ./m5stack/build-M5STACK_CoreS3/uiflow-*-*.bin
- name: Deliver Dial firmware
uses: actions/upload-artifact@v3
with:
name: M5STACK_Dial_firmware
path: ./m5stack/build-M5STACK_Dial/uiflow-*-*.bin
- name: Deliver DinMeter firmware
uses: actions/upload-artifact@v3
with:
name: M5STACK_DinMeter_firmware
path: ./m5stack/build-M5STACK_DinMeter/uiflow-*-*.bin
- name: Deliver Fire firmware
uses: actions/upload-artifact@v3
with:
name: M5STACK_Fire_firmware
path: ./m5stack/build-M5STACK_Fire/uiflow-*-*.bin
- name: Deliver Paper firmware
uses: actions/upload-artifact@v3
with:
name: M5STACK_Paper_firmware
path: ./m5stack/build-M5STACK_Paper/uiflow-*-*.bin
- name: Deliver Stamp PICO firmware
uses: actions/upload-artifact@v3
with:
name: M5STACK_Stamp_PICO_firmware
path: ./m5stack/build-M5STACK_Stamp_PICO/uiflow-*-*.bin
- name: Deliver StampS3 firmware
uses: actions/upload-artifact@v3
with:
name: M5STACK_StampS3_firmware
path: ./m5stack/build-M5STACK_StampS3/uiflow-*-*.bin
- name: Deliver Station firmware
uses: actions/upload-artifact@v3
with:
name: M5STACK_Station_firmware
path: ./m5stack/build-M5STACK_Station/uiflow-*-*.bin
- name: Deliver StickC firmware
uses: actions/upload-artifact@v3
with:
name: M5STACK_StickC_firmware
path: ./m5stack/build-M5STACK_StickC/uiflow-*-*.bin
- name: Deliver StickC_PLUS firmware
uses: actions/upload-artifact@v3
with:
name: M5STACK_StickC_PLUS_firmware
path: ./m5stack/build-M5STACK_StickC_PLUS/uiflow-*-*.bin
- name: Deliver StickC_PLUS2 firmware
uses: actions/upload-artifact@v3
with:
name: M5STACK_StickC_PLUS2_firmware
path: ./m5stack/build-M5STACK_StickC_PLUS2/uiflow-*-*.bin
- name: Deliver Tough firmware
uses: actions/upload-artifact@v3
with:
name: M5STACK_Tough_firmware
path: ./m5stack/build-M5STACK_Tough/uiflow-*-*.bin
- name: Deliver XIAOS3 firmware
uses: actions/upload-artifact@v3
with:
name: M5STACK_XIAOS3_firmware
path: ./third-party/build-SEEED_STUDIO_XIAO_ESP32S3/uiflow-*-*.bin
- name: Deliver BOX-3 firmware
uses: actions/upload-artifact@v3
with:
name: M5STACK_BOX_3_firmware
path: ./third-party/build-ESPRESSIF_ESP32_S3_BOX_3/uiflow-*-*.bin