mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 15:38:11 +00:00
ci: add core debug fw build
This commit is contained in:
parent
e1c072221e
commit
a799be335a
15
ci/build.yml
15
ci/build.yml
@ -53,6 +53,21 @@ core fw regular build:
|
|||||||
- trezor-fw-regular-*.*.*-$CI_COMMIT_SHORT_SHA.bin
|
- trezor-fw-regular-*.*.*-$CI_COMMIT_SHORT_SHA.bin
|
||||||
expire_in: 1 week
|
expire_in: 1 week
|
||||||
|
|
||||||
|
core fw regular debug build:
|
||||||
|
stage: build
|
||||||
|
<<: *only_changes_core
|
||||||
|
script:
|
||||||
|
- cd core
|
||||||
|
- PYOPT=0 pipenv run make build_firmware
|
||||||
|
- cd ..
|
||||||
|
- export VERSION=$(./tools/version.sh core/embed/firmware/version.h)
|
||||||
|
- cp core/build/firmware/firmware.bin trezor-fw-regular-debug-$VERSION-$CI_COMMIT_SHORT_SHA.bin
|
||||||
|
artifacts:
|
||||||
|
name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA"
|
||||||
|
paths:
|
||||||
|
- trezor-fw-regular-debug-*.*.*-$CI_COMMIT_SHORT_SHA.bin
|
||||||
|
expire_in: 1 week
|
||||||
|
|
||||||
core fw btconly build:
|
core fw btconly build:
|
||||||
stage: build
|
stage: build
|
||||||
<<: *only_changes_core
|
<<: *only_changes_core
|
||||||
|
Loading…
Reference in New Issue
Block a user