1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-24 15:28:10 +00:00

build(core): include generated resources.py in repo

This commit is contained in:
matejcik 2020-11-13 11:15:08 +01:00 committed by Tomas Susanka
parent a90cd57e4a
commit faa57e29db
4 changed files with 100 additions and 3 deletions

View File

@ -91,7 +91,6 @@ core unix regular build:
name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA"
paths:
- core/build/unix/trezor-emu-core
- core/src/trezor/res/resources.py
expire_in: 1 week
core unix frozen regular build:

View File

@ -10,7 +10,6 @@ core unix coverage posttest:
- core u2f test
- core fido2 test
script:
- nix-shell --run "poetry run make -C core res" # we need to regenerate resources.py
- nix-shell --run "poetry run make -C core coverage"
coverage: '/COVERAGE: \d+%/'
artifacts:

View File

@ -1 +0,0 @@
resources.py

File diff suppressed because one or more lines are too long