File tree Expand file tree Collapse file tree 1 file changed +21
-24
lines changed Expand file tree Collapse file tree 1 file changed +21
-24
lines changed Original file line number Diff line number Diff line change 11
11
required : true
12
12
13
13
jobs :
14
+ clang_and_doxy :
15
+ name : 🔎Clang & Doxygen
16
+ runs-on : ubuntu-latest
17
+ steps :
18
+ - uses : actions/setup-python@v5
19
+ with :
20
+ python-version : " 3.x"
21
+ - uses : actions/checkout@v4
22
+
23
+ - uses : actions/checkout@v4
24
+ with :
25
+ repository : adafruit/ci-arduino
26
+ ref : ci-wippersnapper
27
+ path : ci
28
+ - name : pre-install
29
+ run : bash ci/actions_install.sh
30
+ - name : clang
31
+ run : python3 ci/run-clang-format.py -r -e "ci/*" -e "bin/*" -e src/nanopb -e src/protos -e src/pb.h -e src/provisioning/tinyusb src/
32
+
14
33
build-esp32sx :
15
34
name : 🏗️ESP32-Sx
16
35
runs-on : ubuntu-latest
36
+ needs : clang_and_doxy
17
37
strategy :
18
38
fail-fast : false
19
39
matrix :
@@ -117,6 +137,7 @@ jobs:
117
137
build-rp2040 :
118
138
name : 🏗️RP2040, RP2350
119
139
runs-on : ubuntu-latest
140
+ needs : clang_and_doxy
120
141
strategy :
121
142
fail-fast : false
122
143
matrix :
@@ -198,30 +219,6 @@ jobs:
198
219
delete-merged : true
199
220
200
221
201
- clang_and_doxy :
202
- name : 🔎Clang & Doxygen
203
- runs-on : ubuntu-latest
204
- needs :
205
- [
206
- build-esp32sx,
207
- build-rp2040,
208
- ]
209
- steps :
210
- - uses : actions/setup-python@v5
211
- with :
212
- python-version : " 3.x"
213
- - uses : actions/checkout@v4
214
-
215
- - uses : actions/checkout@v4
216
- with :
217
- repository : adafruit/ci-arduino
218
- ref : ci-wippersnapper
219
- path : ci
220
- - name : pre-install
221
- run : bash ci/actions_install.sh
222
- - name : clang
223
- run : python3 ci/run-clang-format.py -r -e "ci/*" -e "bin/*" -e src/nanopb -e src/protos -e src/pb.h -e src/provisioning/tinyusb src/
224
-
225
222
release-wippersnapper :
226
223
name : Release WipperSnapper
227
224
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments