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

pull/1365/head
matejcik 4 years ago committed by Tomas Susanka
parent a90cd57e4a
commit faa57e29db

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

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

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

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save