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

ci: enable sizecheck; typo

This commit is contained in:
Tomas Susanka 2019-08-19 14:20:02 +02:00
parent 8d4d6b2278
commit bd3b93e521
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ build core firmware:
- pipenv run make build_bootloader - pipenv run make build_bootloader
- pipenv run make build_prodtest - pipenv run make build_prodtest
- pipenv run make build_firmware - pipenv run make build_firmware
# - test "$TREZOR_MODEL" = "1" || pipenv run make sizecheck - pipenv run make sizecheck
artifacts: artifacts:
name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA" name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA"
paths: paths:

View File

@ -4,6 +4,7 @@ variables:
SDL_VIDEODRIVER: "dummy" SDL_VIDEODRIVER: "dummy"
XDG_RUNTIME_DIR: "/var/tmp" XDG_RUNTIME_DIR: "/var/tmp"
# TODO: add clang https://github.com/trezor/trezor-firmware/issues/44
build legacy firmware: build legacy firmware:
stage: build stage: build
script: script:
@ -41,7 +42,6 @@ build legacy emu:
untracked: true untracked: true
expire_in: 1 day expire_in: 1 day
# TODO: aren't some tests from .travis.yml missing?
test legacy emu: test legacy emu:
stage: test stage: test
dependencies: dependencies: