1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 07:28:10 +00:00

ci: include whole build/unix/ subdir for rust_test to consume

This commit is contained in:
matejcik 2021-09-20 16:03:26 +02:00 committed by Martin Milata
parent d0efdfa715
commit 8d7f3fbd15

View File

@ -96,9 +96,7 @@ core unix regular build:
artifacts: artifacts:
name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA" name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA"
paths: paths:
- core/build/unix/trezor-emu-core - core/build/unix # most of it needed by test_rust
- core/build/unix/genhdr/qstrdefs.generated.h # needed by test_rust
- core/build/unix/rust # needed by test_rust
expire_in: 1 week expire_in: 1 week
core unix frozen regular build: core unix frozen regular build: