mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +00:00
ci: use explicit artifacts (don't use untracked: true)
This commit is contained in:
parent
29153f0e51
commit
9a42612c41
13
ci/build.yml
13
ci/build.yml
@ -37,7 +37,9 @@ build core unix frozen:
|
|||||||
- pipenv run make build_unix_frozen
|
- pipenv run make build_unix_frozen
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA"
|
name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA"
|
||||||
untracked: true
|
paths:
|
||||||
|
- core/build/unix/micropython
|
||||||
|
- core/src/trezor/res/resources.py
|
||||||
expire_in: 1 day
|
expire_in: 1 day
|
||||||
|
|
||||||
|
|
||||||
@ -50,7 +52,11 @@ build crypto:
|
|||||||
- pipenv run make
|
- pipenv run make
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA"
|
name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA"
|
||||||
untracked: true
|
paths:
|
||||||
|
- crypto/tests/aestst
|
||||||
|
- crypto/tests/libtrezor-crypto.so
|
||||||
|
- crypto/tests/test_check
|
||||||
|
- crypto/tests/test_openssl
|
||||||
expire_in: 1 day
|
expire_in: 1 day
|
||||||
|
|
||||||
|
|
||||||
@ -91,7 +97,8 @@ build legacy emu:
|
|||||||
- pipenv run script/cibuild
|
- pipenv run script/cibuild
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA"
|
name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA"
|
||||||
untracked: true
|
paths:
|
||||||
|
- legacy/firmware/trezor.elf
|
||||||
expire_in: 1 day
|
expire_in: 1 day
|
||||||
|
|
||||||
build legacy emu bitcoinonly:
|
build legacy emu bitcoinonly:
|
||||||
|
Loading…
Reference in New Issue
Block a user