File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -484,14 +484,14 @@ jobs:
484
484
- name : clean out build output (keep tools)
485
485
run : rm -rf ./out/telink*
486
486
487
- - name : Build example Telink (tl321x) Lighting App with OTA (LZMA), Factory Data
487
+ - name : Build example Telink (tl321x) Lighting App with OTA (LZMA), Shell, Factory Data
488
488
# Run test for master and all PRs
489
489
run : |
490
490
./scripts/run_in_build_env.sh \
491
- "./scripts/build/build_examples.py --target 'telink-tl3218x-light-ota-compress-lzma-factory-data' build"
491
+ "./scripts/build/build_examples.py --target 'telink-tl3218x-light-ota-compress-lzma-shell- factory-data' build"
492
492
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
493
- telink tl3218x light-app-ota-compress-lzma-factory-data \
494
- out/telink-tl3218x-light-ota-compress-lzma-factory-data/zephyr/zephyr.elf \
493
+ telink tl3218x light-app-ota-compress-lzma-shell- factory-data \
494
+ out/telink-tl3218x-light-ota-compress-lzma-shell- factory-data/zephyr/zephyr.elf \
495
495
/tmp/bloat_reports/
496
496
497
497
- name : clean out build output (keep tools)
You can’t perform that action at this time.
0 commit comments