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

CI: Expose flashable binaries as artifacts

Makes it easier to test MRs on the badge.
parent 4753a2e3
No related branches found
No related tags found
1 merge request!260CI: Expose flashable binaries as artifacts
Pipeline #7540 passed
......@@ -33,8 +33,8 @@ build:
script:
- idf.py -g c23 build
artifacts:
expose_as: 'C23 ELF'
paths: ['build/flow3r.elf']
expose_as: 'C23 Build'
paths: ['build/flow3r.elf', 'build/flow3r.bin']
expire_in: 5 hours
build_recovery:
......@@ -42,6 +42,10 @@ build_recovery:
script:
- cd recovery
- idf.py build
artifacts:
expose_as: 'Recovery'
paths: ['recovery/build/flow3r-recovery.bin', 'recovery/build/partition_table/partition-table.bin', 'recovery/build/bootloader/bootloader.bin']
expire_in: 5 hours
simulate:
stage: build
......
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