mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-13 19:18:56 +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
|
||||
expire_in: 1 day
|
||||
|
||||
build core unix frozen:
|
||||
stage: build
|
||||
script:
|
||||
- cd core
|
||||
- pipenv run make build_unix_noui_frozen
|
||||
|
||||
test core unix unit:
|
||||
stage: test
|
||||
variables:
|
||||
|
Loading…
Reference in New Issue
Block a user