diff --git a/ci/build.yml b/ci/build.yml index 4466150af2..c8cf22df2d 100644 --- a/ci/build.yml +++ b/ci/build.yml @@ -53,6 +53,21 @@ core fw regular build: - trezor-fw-regular-*.*.*-$CI_COMMIT_SHORT_SHA.bin 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: stage: build <<: *only_changes_core