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/
@@ -183,8 +183,8 @@ jobs:
183
183
echo >>$GITHUB_ENV WS_VERSION=$(git describe --dirty --tags)
184
184
- uses : actions/checkout@v4
185
185
with :
186
- repository : tyeth /ci-arduino
187
- ref : WS_ARDUINO_598-preprocessor-script-for-printing-the-library-versions-to-boot_outtxt
186
+ repository : adafruit /ci-arduino
187
+ ref : ci-wippersnapper
188
188
path : ci
189
189
- name : Install CI-Arduino
190
190
run : bash ci/actions_install.sh
@@ -216,7 +216,7 @@ jobs:
216
216
cp /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library/lv_conf.h /home/runner/Arduino/libraries
217
217
- name : Build for ESP32-SX
218
218
run : |
219
- python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header ./src/print_dependencies.h
219
+ python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
220
220
- name : list files (tree)
221
221
run : |
222
222
tree
@@ -374,8 +374,8 @@ jobs:
374
374
echo >>$GITHUB_ENV WS_VERSION=$(git describe --dirty --tags)
375
375
- uses : actions/checkout@v4
376
376
with :
377
- repository : tyeth /ci-arduino
378
- ref : WS_ARDUINO_598-preprocessor-script-for-printing-the-library-versions-to-boot_outtxt
377
+ repository : adafruit /ci-arduino
378
+ ref : ci-wippersnapper
379
379
path : ci
380
380
- name : Install CI-Arduino
381
381
run : bash ci/actions_install.sh
@@ -395,7 +395,7 @@ jobs:
395
395
cp nanopb/pb_common.* nanopb/pb_encode.* nanopb/pb_decode.* src/nanopb
396
396
mv nanopb/pb.h src/nanopb/nanopb.pb.h
397
397
- name : build SAMD platforms
398
- run : python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header ./src/print_dependencies.h
398
+ run : python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
399
399
- name : Rename build artifacts to reflect the platform name
400
400
run : |
401
401
mv examples/*/build/*/Wippersnapper_demo.ino.uf2 wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2
@@ -427,8 +427,8 @@ jobs:
427
427
echo >>$GITHUB_ENV WS_VERSION=$(git describe --dirty --tags)
428
428
- uses : actions/checkout@v4
429
429
with :
430
- repository : tyeth /ci-arduino
431
- ref : WS_ARDUINO_598-preprocessor-script-for-printing-the-library-versions-to-boot_outtxt
430
+ repository : adafruit /ci-arduino
431
+ ref : ci-wippersnapper
432
432
path : ci
433
433
- name : Install CI-Arduino
434
434
run : bash ci/actions_install.sh
@@ -447,7 +447,7 @@ jobs:
447
447
cp nanopb/pb_common.* nanopb/pb_encode.* nanopb/pb_decode.* src/nanopb
448
448
mv nanopb/pb.h src/nanopb/nanopb.pb.h
449
449
- name : build RP2040 platforms
450
- run : python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header ./src/print_dependencies.h
450
+ run : python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
451
451
- name : Rename build artifacts to reflect the platform name
452
452
run : |
453
453
mv examples/*/build/*/Wippersnapper_demo.ino.uf2 wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2
@@ -478,8 +478,8 @@ jobs:
478
478
echo >>$GITHUB_ENV WS_VERSION=$(git describe --dirty --tags)
479
479
- uses : actions/checkout@v4
480
480
with :
481
- repository : tyeth /ci-arduino
482
- ref : WS_ARDUINO_598-preprocessor-script-for-printing-the-library-versions-to-boot_outtxt
481
+ repository : adafruit /ci-arduino
482
+ ref : ci-wippersnapper
483
483
path : ci
484
484
- name : Install CI-Arduino
485
485
run : bash ci/actions_install.sh
@@ -498,7 +498,7 @@ jobs:
498
498
cp nanopb/pb_common.* nanopb/pb_encode.* nanopb/pb_decode.* src/nanopb
499
499
mv nanopb/pb.h src/nanopb/nanopb.pb.h
500
500
- name : build SAMD (no-FS) platforms
501
- run : python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header ./src/print_dependencies.h
501
+ run : python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
502
502
503
503
build-esp8266 :
504
504
name : 🏗️ESP8266
@@ -519,8 +519,8 @@ jobs:
519
519
echo >>$GITHUB_ENV WS_VERSION=$(git describe --dirty --tags)
520
520
- uses : actions/checkout@v4
521
521
with :
522
- repository : tyeth /ci-arduino
523
- ref : WS_ARDUINO_598-preprocessor-script-for-printing-the-library-versions-to-boot_outtxt
522
+ repository : adafruit /ci-arduino
523
+ ref : ci-wippersnapper
524
524
path : ci
525
525
- name : Install CI-Arduino
526
526
run : bash ci/actions_install.sh
@@ -537,7 +537,7 @@ jobs:
537
537
cp nanopb/pb_common.* nanopb/pb_encode.* nanopb/pb_decode.* src/nanopb
538
538
mv nanopb/pb.h src/nanopb/nanopb.pb.h
539
539
- name : build ESP8266 platforms
540
- run : python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header ./src/print_dependencies.h
540
+ run : python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
541
541
- name : list build artifacts
542
542
run : |
543
543
ls
@@ -586,8 +586,8 @@ jobs:
586
586
echo >>$GITHUB_ENV WS_VERSION=$(git describe --dirty --tags)
587
587
- uses : actions/checkout@v4
588
588
with :
589
- repository : tyeth /ci-arduino
590
- ref : WS_ARDUINO_598-preprocessor-script-for-printing-the-library-versions-to-boot_outtxt
589
+ repository : adafruit /ci-arduino
590
+ ref : ci-wippersnapper
591
591
path : ci
592
592
- name : Install CI-Arduino
593
593
run : bash ci/actions_install.sh
@@ -618,7 +618,7 @@ jobs:
618
618
run : |
619
619
cp /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library/lv_conf.h /home/runner/Arduino/libraries
620
620
- name : Build for ESP32-SX
621
- run : python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header ./src/print_dependencies.h
621
+ run : python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000
622
622
- name : list
623
623
run : |
624
624
ls
@@ -662,8 +662,8 @@ jobs:
662
662
- uses : actions/checkout@v4
663
663
with :
664
664
repository : adafruit/ci-arduino
665
- path : ci
666
665
ref : ci-wippersnapper
666
+ path : ci
667
667
- name : Checkout Board Definitions
668
668
uses : actions/checkout@v4
669
669
with :
@@ -795,6 +795,7 @@ jobs:
795
795
- uses : actions/checkout@v4
796
796
with :
797
797
repository : adafruit/ci-arduino
798
+ ref : ci-wippersnapper
798
799
path : ci
799
800
- name : pre-install
800
801
run : bash ci/actions_install.sh
0 commit comments