mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-11 16:00:57 +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"
|
name: "$CI_JOB_NAME-$CI_COMMIT_SHORT_SHA"
|
||||||
paths:
|
paths:
|
||||||
- core/build/unix/trezor-emu-core
|
- core/build/unix/trezor-emu-core
|
||||||
- core/src/trezor/res/resources.py
|
|
||||||
expire_in: 1 week
|
expire_in: 1 week
|
||||||
|
|
||||||
core unix frozen regular build:
|
core unix frozen regular build:
|
||||||
|
@ -10,7 +10,6 @@ core unix coverage posttest:
|
|||||||
- core u2f test
|
- core u2f test
|
||||||
- core fido2 test
|
- core fido2 test
|
||||||
script:
|
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"
|
- nix-shell --run "poetry run make -C core coverage"
|
||||||
coverage: '/COVERAGE: \d+%/'
|
coverage: '/COVERAGE: \d+%/'
|
||||||
artifacts:
|
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