1
0
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:
Pavol Rusnak 2019-05-01 13:43:31 +02:00
parent 6e6ff78ce0
commit 9f924576ba
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -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: