13
13
14
14
jobs :
15
15
build-esp32sx-esptool :
16
- name : 🏗️WS ESP32 -Sx
16
+ name : 🏗️ESP32 -Sx
17
17
runs-on : ubuntu-latest
18
18
strategy :
19
19
fail-fast : false
@@ -148,7 +148,7 @@ jobs:
148
148
wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2
149
149
150
150
build-esp32sx :
151
- name : 🏗️WS ESP32 -Sx
151
+ name : 🏗️ESP32 -Sx
152
152
runs-on : ubuntu-latest
153
153
strategy :
154
154
fail-fast : false
@@ -211,7 +211,9 @@ jobs:
211
211
run : |
212
212
cp /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library/lv_conf.h /home/runner/Arduino/libraries
213
213
- name : Build Dependencies Header file for ESP32-SX
214
- run : python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --print_dependencies_as_header
214
+ run : |
215
+ python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --print_dependencies_as_header
216
+ tree
215
217
- name : Build for ESP32-SX
216
218
run : python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header
217
219
- name : list
@@ -231,7 +233,7 @@ jobs:
231
233
wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.bin
232
234
233
235
build-esp32 :
234
- name : 🏗️WS ESP32 , ESP32-C3
236
+ name : 🏗️ESP32 , ESP32-C3
235
237
runs-on : ubuntu-latest
236
238
strategy :
237
239
fail-fast : false
@@ -286,7 +288,9 @@ jobs:
286
288
run : |
287
289
pip3 install esptool
288
290
- name : build dependencies header file for ESP32 platforms
289
- run : python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --print_dependencies_as_header
291
+ run : |
292
+ python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --print_dependencies_as_header
293
+ tree
290
294
- name : build ESP32 platforms
291
295
run : python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header
292
296
- name : Check artifacts
@@ -348,7 +352,7 @@ jobs:
348
352
wippersnapper.${{ matrix.arduino-platform }}.littlefs.${{ env.WS_VERSION }}.zip
349
353
350
354
build-samd :
351
- name : 🏗️WS SAMD
355
+ name : 🏗️SAMD
352
356
runs-on : ubuntu-latest
353
357
strategy :
354
358
fail-fast : false
@@ -391,7 +395,9 @@ jobs:
391
395
cp nanopb/pb_common.* nanopb/pb_encode.* nanopb/pb_decode.* src/nanopb
392
396
mv nanopb/pb.h src/nanopb/nanopb.pb.h
393
397
- name : build dependencies header file for SAMD platforms
394
- run : python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --print_dependencies_as_header
398
+ run : |
399
+ python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --print_dependencies_as_header
400
+ tree
395
401
- name : build SAMD platforms
396
402
run : python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header
397
403
- name : Rename build artifacts to reflect the platform name
@@ -407,7 +413,7 @@ jobs:
407
413
wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.hex
408
414
409
415
build-rp2040 :
410
- name : 🏗️WS RP2040
416
+ name : 🏗️RP2040
411
417
runs-on : ubuntu-latest
412
418
strategy :
413
419
fail-fast : false
@@ -444,7 +450,9 @@ jobs:
444
450
cp nanopb/pb_common.* nanopb/pb_encode.* nanopb/pb_decode.* src/nanopb
445
451
mv nanopb/pb.h src/nanopb/nanopb.pb.h
446
452
- name : build dependencies header file for RP2040 platforms
447
- run : python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --print_dependencies_as_header
453
+ run : |
454
+ python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --print_dependencies_as_header
455
+ tree
448
456
- name : build RP2040 platforms
449
457
run : python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header
450
458
- name : Rename build artifacts to reflect the platform name
@@ -459,7 +467,7 @@ jobs:
459
467
460
468
# NOTE: This does NOT release artifacts, it only builds
461
469
build-samd-non-fs :
462
- name : 🏗️WS SAMD (NO-TINYUSB)
470
+ name : 🏗️SAMD (NO-TINYUSB)
463
471
runs-on : ubuntu-latest
464
472
strategy :
465
473
fail-fast : false
@@ -497,12 +505,14 @@ jobs:
497
505
cp nanopb/pb_common.* nanopb/pb_encode.* nanopb/pb_decode.* src/nanopb
498
506
mv nanopb/pb.h src/nanopb/nanopb.pb.h
499
507
- name : build dependencies header file for SAMD (no-FS) platforms
500
- run : python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --print_dependencies_as_header
508
+ run : |
509
+ python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --print_dependencies_as_header
510
+ tree
501
511
- name : build SAMD (no-FS) platforms
502
512
run : python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header
503
513
504
514
build-esp8266 :
505
- name : 🏗️WS ESP8266
515
+ name : 🏗️ESP8266
506
516
runs-on : ubuntu-latest
507
517
strategy :
508
518
fail-fast : false
@@ -538,7 +548,9 @@ jobs:
538
548
cp nanopb/pb_common.* nanopb/pb_encode.* nanopb/pb_decode.* src/nanopb
539
549
mv nanopb/pb.h src/nanopb/nanopb.pb.h
540
550
- name : build dependencies header file for ESP8266 platforms
541
- run : python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --print_dependencies_as_header
551
+ run : |
552
+ python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --print_dependencies_as_header
553
+ tree
542
554
- name : build ESP8266 platforms
543
555
run : python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header
544
556
- name : list build artifacts
@@ -561,7 +573,7 @@ jobs:
561
573
wippersnapper.${{ matrix.arduino-platform }}.littlefs.${{ env.WS_VERSION }}.zip
562
574
563
575
build-esp32sx-dev :
564
- name : 🏗️WS ESP32 -Sx DEV BUILDS
576
+ name : 🏗️ESP32 -Sx DEV BUILDS
565
577
runs-on : ubuntu-latest
566
578
strategy :
567
579
fail-fast : false
@@ -617,7 +629,9 @@ jobs:
617
629
run : |
618
630
cp /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library/lv_conf.h /home/runner/Arduino/libraries
619
631
- name : Build dependencies header file for ESP32-SX
620
- run : python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --print_dependencies_as_header
632
+ run : |
633
+ python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --print_dependencies_as_header
634
+ tree
621
635
- name : Build for ESP32-SX
622
636
run : python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header
623
637
- name : list
0 commit comments