mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 15:38:11 +00:00
ci/core: enable unix frozen build in the ci
This commit is contained in:
parent
6e6ff78ce0
commit
9f924576ba
@ -27,6 +27,12 @@ build core unix:
|
|||||||
untracked: true
|
untracked: true
|
||||||
expire_in: 1 day
|
expire_in: 1 day
|
||||||
|
|
||||||
|
build core unix frozen:
|
||||||
|
stage: build
|
||||||
|
script:
|
||||||
|
- cd core
|
||||||
|
- pipenv run make build_unix_noui_frozen
|
||||||
|
|
||||||
test core unix unit:
|
test core unix unit:
|
||||||
stage: test
|
stage: test
|
||||||
variables:
|
variables:
|
||||||
|
Loading…
Reference in New Issue
Block a user