1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-04-15 23:05:45 +00:00
trezor-firmware/ci
Martin Milata f771dc6f60 ci(nix): switch to stable rust in shell.nix
Switch to https://github.com/oxalica/rust-overlay for rustc binaries.

Drop x86_64-unknown-linux-gnu from target list as host is included by
default.
2021-05-21 13:42:10 +02:00
..
hardware_tests ci: bump nixpkgs version to latest 2021-04-06 22:06:12 +02:00
ui_test_records ci: rename tmp folder to ui_test_records 2020-01-06 14:59:12 +00:00
.gitignore docker: don't use nixos/nix as base, use alpine from scratch 2020-06-07 17:08:25 +02:00
build.yml
check_changelog.sh docs(core): use towncrier for generating CHANGELOG.md 2021-05-04 14:18:01 +02:00
check_release_commit_messages.sh
deploy.yml
Dockerfile ci: unified shell.nix for hardware tests 2021-04-06 22:06:12 +02:00
environment.yml
posttest.yml
prebuild.yml docs(core): use towncrier for generating CHANGELOG.md 2021-05-04 14:18:01 +02:00
prepare_ui_artifacts.py
README.md docs: document CI jobs 2020-05-04 08:51:57 +02:00
shell.nix ci(nix): switch to stable rust in shell.nix 2021-05-21 13:42:10 +02:00
test-hw.yml fix(core/paths): make sure containers are copied along with the numbers they contain 2021-05-06 13:14:21 +02:00
test.yml ci: include monero logs in artifacts 2021-05-06 13:14:21 +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.