1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-19 06:19:27 +00:00
trezor-firmware/ci
Tomas Susanka 0c734dc8fd ci: remove shell hook
Fixes darwin job.
2020-07-03 09:46:44 +02:00
..
hardware_tests tests/hardware: add sleep to update_firmware and always publish artifacts 2020-06-12 06:04:47 +00: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 ci: remove shell hook 2020-07-03 09:46:44 +02:00
check_fixup.sh
check_release_commit_messages.sh
deploy.yml ci: add debug firmwares to releases 2020-06-19 19:34:31 +00:00
Dockerfile docker: don't use nixos/nix as base, use alpine from scratch 2020-06-07 17:08:25 +02:00
environment.yml docker: rename container name to trezor-firmware-build.nix 2020-06-07 17:08:25 +02:00
posttest.yml
prebuild.yml
prepare_ui_artifacts.py
README.md
shell.nix
test.yml tests/hardware: add sleep to update_firmware and always publish artifacts 2020-06-12 06:04:47 +00:00

CI

The complete test suite is running on a public GitLab CI. If you are an external contributor, we also have a Travis instance where a small subset of tests is running as well - mostly style and easy fast checks, which are quite common to fail for new contributors.

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.