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
Branches
Tags
No related merge requests found
Pipeline #7538 passed
...@@ -33,8 +33,8 @@ build: ...@@ -33,8 +33,8 @@ build:
script: script:
- idf.py -g c23 build - idf.py -g c23 build
artifacts: artifacts:
expose_as: 'C23 ELF' expose_as: 'C23 Build'
paths: ['build/flow3r.elf'] paths: ['build/flow3r.elf', 'build/flow3r.bin']
expire_in: 5 hours expire_in: 5 hours
build_recovery: build_recovery:
...@@ -42,6 +42,10 @@ build_recovery: ...@@ -42,6 +42,10 @@ build_recovery:
script: script:
- cd recovery - cd recovery
- idf.py build - 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: simulate:
stage: build stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment