33
33
echo >>$GITHUB_ENV WS_VERSION=$(git describe --dirty --tags)
34
34
- uses : actions/checkout@v4
35
35
with :
36
- repository : tyeth /ci-arduino
37
- ref : WS_ARDUINO_598-preprocessor-script-for-printing-the-library-versions-to-boot_outtxt
36
+ repository : adafruit /ci-arduino
37
+ ref : ci-wippersnapper
38
38
path : ci
39
39
- name : Checkout Board Definitions
40
40
uses : actions/checkout@v4
73
73
run : |
74
74
pip3 install esptool
75
75
- name : Build for ESP32-SX (esptool)
76
- run : python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header ./src/print_dependencies.h
76
+ run : python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
77
77
- name : list files
78
78
run : |
79
79
ls -Rla examples/
@@ -182,8 +182,8 @@ jobs:
182
182
echo >>$GITHUB_ENV WS_VERSION=$(git describe --dirty --tags)
183
183
- uses : actions/checkout@v4
184
184
with :
185
- repository : tyeth /ci-arduino
186
- ref : WS_ARDUINO_598-preprocessor-script-for-printing-the-library-versions-to-boot_outtxt
185
+ repository : adafruit /ci-arduino
186
+ ref : ci-wippersnapper
187
187
path : ci
188
188
- name : Install CI-Arduino
189
189
run : bash ci/actions_install.sh
@@ -215,7 +215,7 @@ jobs:
215
215
cp /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library/lv_conf.h /home/runner/Arduino/libraries
216
216
- name : Build for ESP32-SX
217
217
run : |
218
- python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header ./src/print_dependencies.h
218
+ python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
219
219
- name : list files (tree)
220
220
run : |
221
221
tree
@@ -373,8 +373,8 @@ jobs:
373
373
echo >>$GITHUB_ENV WS_VERSION=$(git describe --dirty --tags)
374
374
- uses : actions/checkout@v4
375
375
with :
376
- repository : tyeth /ci-arduino
377
- ref : WS_ARDUINO_598-preprocessor-script-for-printing-the-library-versions-to-boot_outtxt
376
+ repository : adafruit /ci-arduino
377
+ ref : ci-wippersnapper
378
378
path : ci
379
379
- name : Install CI-Arduino
380
380
run : bash ci/actions_install.sh
@@ -394,7 +394,7 @@ jobs:
394
394
cp nanopb/pb_common.* nanopb/pb_encode.* nanopb/pb_decode.* src/nanopb
395
395
mv nanopb/pb.h src/nanopb/nanopb.pb.h
396
396
- name : build SAMD platforms
397
- run : python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header ./src/print_dependencies.h
397
+ run : python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
398
398
- name : Rename build artifacts to reflect the platform name
399
399
run : |
400
400
mv examples/*/build/*/Wippersnapper_demo.ino.uf2 wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2
@@ -426,8 +426,8 @@ jobs:
426
426
echo >>$GITHUB_ENV WS_VERSION=$(git describe --dirty --tags)
427
427
- uses : actions/checkout@v4
428
428
with :
429
- repository : tyeth /ci-arduino
430
- ref : WS_ARDUINO_598-preprocessor-script-for-printing-the-library-versions-to-boot_outtxt
429
+ repository : adafruit /ci-arduino
430
+ ref : ci-wippersnapper
431
431
path : ci
432
432
- name : Install CI-Arduino
433
433
run : bash ci/actions_install.sh
@@ -446,7 +446,7 @@ jobs:
446
446
cp nanopb/pb_common.* nanopb/pb_encode.* nanopb/pb_decode.* src/nanopb
447
447
mv nanopb/pb.h src/nanopb/nanopb.pb.h
448
448
- name : build RP2040 platforms
449
- run : python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header ./src/print_dependencies.h
449
+ run : python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
450
450
- name : Rename build artifacts to reflect the platform name
451
451
run : |
452
452
mv examples/*/build/*/Wippersnapper_demo.ino.uf2 wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2
@@ -477,8 +477,8 @@ jobs:
477
477
echo >>$GITHUB_ENV WS_VERSION=$(git describe --dirty --tags)
478
478
- uses : actions/checkout@v4
479
479
with :
480
- repository : tyeth /ci-arduino
481
- ref : WS_ARDUINO_598-preprocessor-script-for-printing-the-library-versions-to-boot_outtxt
480
+ repository : adafruit /ci-arduino
481
+ ref : ci-wippersnapper
482
482
path : ci
483
483
- name : Install CI-Arduino
484
484
run : bash ci/actions_install.sh
@@ -497,7 +497,7 @@ jobs:
497
497
cp nanopb/pb_common.* nanopb/pb_encode.* nanopb/pb_decode.* src/nanopb
498
498
mv nanopb/pb.h src/nanopb/nanopb.pb.h
499
499
- name : build SAMD (no-FS) platforms
500
- run : python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header ./src/print_dependencies.h
500
+ run : python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
501
501
502
502
build-esp8266 :
503
503
name : 🏗️ESP8266
@@ -518,8 +518,8 @@ jobs:
518
518
echo >>$GITHUB_ENV WS_VERSION=$(git describe --dirty --tags)
519
519
- uses : actions/checkout@v4
520
520
with :
521
- repository : tyeth /ci-arduino
522
- ref : WS_ARDUINO_598-preprocessor-script-for-printing-the-library-versions-to-boot_outtxt
521
+ repository : adafruit /ci-arduino
522
+ ref : ci-wippersnapper
523
523
path : ci
524
524
- name : Install CI-Arduino
525
525
run : bash ci/actions_install.sh
@@ -536,7 +536,7 @@ jobs:
536
536
cp nanopb/pb_common.* nanopb/pb_encode.* nanopb/pb_decode.* src/nanopb
537
537
mv nanopb/pb.h src/nanopb/nanopb.pb.h
538
538
- name : build ESP8266 platforms
539
- run : python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header ./src/print_dependencies.h
539
+ run : python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
540
540
- name : list build artifacts
541
541
run : |
542
542
ls
@@ -583,8 +583,8 @@ jobs:
583
583
echo >>$GITHUB_ENV WS_VERSION=$(git describe --dirty --tags)
584
584
- uses : actions/checkout@v4
585
585
with :
586
- repository : tyeth /ci-arduino
587
- ref : WS_ARDUINO_598-preprocessor-script-for-printing-the-library-versions-to-boot_outtxt
586
+ repository : adafruit /ci-arduino
587
+ ref : ci-wippersnapper
588
588
path : ci
589
589
- name : Install CI-Arduino
590
590
run : bash ci/actions_install.sh
@@ -615,7 +615,7 @@ jobs:
615
615
run : |
616
616
cp /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library/lv_conf.h /home/runner/Arduino/libraries
617
617
- name : Build for ESP32-SX
618
- run : python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header ./src/print_dependencies.h
618
+ run : python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
619
619
- name : list
620
620
run : |
621
621
ls
@@ -659,8 +659,8 @@ jobs:
659
659
- uses : actions/checkout@v4
660
660
with :
661
661
repository : adafruit/ci-arduino
662
- path : ci
663
662
ref : ci-wippersnapper
663
+ path : ci
664
664
- name : Checkout Board Definitions
665
665
uses : actions/checkout@v4
666
666
with :
@@ -792,6 +792,7 @@ jobs:
792
792
- uses : actions/checkout@v4
793
793
with :
794
794
repository : adafruit/ci-arduino
795
+ ref : ci-wippersnapper
795
796
path : ci
796
797
- name : pre-install
797
798
run : bash ci/actions_install.sh
0 commit comments