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:
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
core/src/trezor/res/.gitignore
vendored
1
core/src/trezor/res/.gitignore
vendored
@ -1 +0,0 @@
|
||||
resources.py
|
100
core/src/trezor/res/resources.py
Normal file
100
core/src/trezor/res/resources.py
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user