Skip to content
Snippets Groups Projects
Verified Commit cd7b990b authored by dos's avatar dos
Browse files

CI: Put size command into the same step as build

No need to have it separate.
parent 238cef1f
Branches
No related tags found
No related merge requests found
Pipeline #8747 passed
......@@ -32,8 +32,7 @@ format:
build:
stage: build
script:
- idf.py -g c23 build
- idf.py size
- idf.py -g c23 build size
artifacts:
expose_as: 'firmware'
paths: ['build/flow3r.bin']
......@@ -43,8 +42,7 @@ build_recovery:
stage: build
script:
- cd recovery
- idf.py build
- idf.py size
- idf.py build 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.
Please register or to comment