1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-20 23:09:13 +00:00
trezor-firmware/ci
Jan Pochyla 6257584951 feat(core): Add Rust bindings to MicroPython and trezorhal
core: Remove dangling module decls

core: Use new Cargo feature resolver, use external MacOS debug info

core: Rust docs improvements

core: Upgrade bindgen

core: Add test target to Rust

ci: build rust sources

build(core): .ARM.exidx.text.__aeabi_ui2f in t1 firmware size

It's an unwind table for softfloat function inserted by rustc, probably
can be removed to save 8 bytes:
599c58db70/link.x.in (L175-L182)

scons: Remove dead code

core: Move Rust target to build/rust

core: Replace extern with a FFI version

core: Add some explanatory Rust comments

core: Use correct path for the Rust lib

core: Remove Buffer::as_mut()

Mutable buffer access needs MP_BUFFER_WRITE flag. TBD in the Protobuf PR.

core: Improve docs for micropython::Buffer

core: Minor Rust docs changes

core: Rewrite trezor_obj_get_ll_checked

core: Fix incorrect doc comment

core: Remove cc from deps

fixup! core: Rewrite trezor_obj_get_ll_checked

core: update safety comments
2021-05-05 16:00:21 +02:00
..
hardware_tests ci: bump nixpkgs version to latest 2021-04-06 22:06:12 +02:00
ui_test_records
.gitignore
build.yml ci: also build bootloader_ci 2021-02-15 20:55:54 +01:00
check_changelog.sh docs(core): use towncrier for generating CHANGELOG.md 2021-05-04 14:18:01 +02:00
check_release_commit_messages.sh ci: change [NO MASTER] to [RELEASE ONLY] in release check 2020-11-05 19:11:10 +01:00
deploy.yml fix(ci): strip commit version for emulator releases 2021-02-11 08:25:25 +01:00
Dockerfile ci: unified shell.nix for hardware tests 2021-04-06 22:06:12 +02:00
environment.yml ci: drop experimental --platform argument from docker 2021-01-22 16:55:27 +01:00
posttest.yml build(core): include generated resources.py in repo 2020-11-20 18:55:35 +01:00
prebuild.yml docs(core): use towncrier for generating CHANGELOG.md 2021-05-04 14:18:01 +02:00
prepare_ui_artifacts.py
README.md
shell.nix feat(core): Add Rust bindings to MicroPython and trezorhal 2021-05-05 16:00:21 +02:00
test-hw.yml ci: run monero tests on hardware 2021-04-06 22:06:12 +02:00
test.yml ci: bump nixpkgs version to latest 2021-04-06 22:06:12 +02:00

CI

The complete test suite is running on a public GitLab CI. We currently do not have a CI for external contributors. If needed we will repush your PR to enable the CI.

See this list of CI jobs descriptions for more info.

The CI folder contains all the .yml GitLab files that are included in the main .gitlab.yml to provide some basic structure. All GitLab CI Jobs run inside a docker image, which is built using the present Dockerfile. This image is stored in the GitLab registry.