Skip to content
Snippets Groups Projects
Commit 238cef1f authored by dos's avatar dos Committed by dos
Browse files

CI: Call "idf.py size" after build

parent 8075e4da
No related branches found
No related tags found
1 merge request!476CI: Call "idf.py size" after build
Pipeline #8739 passed
......@@ -33,6 +33,7 @@ build:
stage: build
script:
- idf.py -g c23 build
- idf.py size
artifacts:
expose_as: 'firmware'
paths: ['build/flow3r.bin']
......@@ -43,6 +44,7 @@ build_recovery:
script:
- cd recovery
- idf.py build
- idf.py size
artifacts:
expose_as: 'Recovery'
paths: ['recovery/build/flow3r-recovery.bin', 'recovery/build/partition_table/partition-table.bin', 'recovery/build/bootloader/bootloader.bin']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment