1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-18 22:09:07 +00:00
trezor-firmware/docs/ci/index.md

8 lines
559 B
Markdown
Raw Normal View History

2019-12-06 08:56:38 +00:00
# CI
2021-02-05 12:21:28 +00:00
The complete test suite is running on a public [GitLab CI](https://gitlab.com/satoshilabs/trezor/trezor-firmware). We currently do not have a CI for external contributors. If needed we will repush your PR to enable the CI.
2019-12-06 08:56:38 +00:00
See this [list](jobs.md) of CI jobs descriptions for more info.
2020-05-03 19:45:34 +00:00
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.