mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-21 23:18:13 +00:00
ci: enable sizecheck; typo
This commit is contained in:
parent
8d4d6b2278
commit
bd3b93e521
@ -13,7 +13,7 @@ build core firmware:
|
||||
- pipenv run make build_bootloader
|
||||
- pipenv run make build_prodtest
|
||||
- pipenv run make build_firmware
|
||||
# - test "$TREZOR_MODEL" = "1" || pipenv run make sizecheck
|
||||
- pipenv run make sizecheck
|
||||
artifacts:
|
||||
name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA"
|
||||
paths:
|
||||
|
@ -4,6 +4,7 @@ variables:
|
||||
SDL_VIDEODRIVER: "dummy"
|
||||
XDG_RUNTIME_DIR: "/var/tmp"
|
||||
|
||||
# TODO: add clang https://github.com/trezor/trezor-firmware/issues/44
|
||||
build legacy firmware:
|
||||
stage: build
|
||||
script:
|
||||
@ -41,7 +42,6 @@ build legacy emu:
|
||||
untracked: true
|
||||
expire_in: 1 day
|
||||
|
||||
# TODO: aren't some tests from .travis.yml missing?
|
||||
test legacy emu:
|
||||
stage: test
|
||||
dependencies:
|
||||
|
Loading…
Reference in New Issue
Block a user