|
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 --include_print_dependencies_header ./src/print_dependencies.h |
77 | 77 | - name: list files
|
78 | 78 | run: |
|
79 | 79 | ls -Rla examples/
|
@@ -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 --include_print_dependencies_header ./src/print_dependencies.h |
219 | 219 | - name: list files (tree)
|
220 | 220 | run: |
|
221 | 221 | tree
|
@@ -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 --include_print_dependencies_header ./src/print_dependencies.h |
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
|
@@ -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 --include_print_dependencies_header ./src/print_dependencies.h |
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
|
@@ -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 --include_print_dependencies_header ./src/print_dependencies.h |
501 | 501 |
|
502 | 502 | build-esp8266:
|
503 | 503 | name: 🏗️ESP8266
|
@@ -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 --include_print_dependencies_header ./src/print_dependencies.h |
540 | 540 | - name: list build artifacts
|
541 | 541 | run: |
|
542 | 542 | ls
|
@@ -614,7 +614,7 @@ jobs:
|
614 | 614 | run: |
|
615 | 615 | cp /home/runner/Arduino/libraries/Adafruit_LittlevGL_Glue_Library/lv_conf.h /home/runner/Arduino/libraries
|
616 | 616 | - name: Build for ESP32-SX
|
617 |
| - run: python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header=./src/print_dependencies.h |
| 617 | + run: python3 ci/build_platform.py ${{ matrix.arduino-platform }} --build_timeout 48000 --include_print_dependencies_header ./src/print_dependencies.h |
618 | 618 | - name: list
|
619 | 619 | run: |
|
620 | 620 | ls
|
|
0 commit comments