1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-26 00:08:10 +00:00

chore(docs/ci): remove outdated notes

This commit is contained in:
Tomas Susanka 2021-02-05 13:21:28 +01:00
parent 73c600d3f5
commit 421594dfa8
2 changed files with 1 additions and 9 deletions

View File

@ -1,6 +1,6 @@
# CI # CI
The complete test suite is running on a public [GitLab CI](https://gitlab.com/satoshilabs/trezor/trezor-firmware). If you are an external contributor, we also have a [Travis instance](https://travis-ci.org/trezor/trezor-firmware) 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. 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.
See this [list](jobs.md) of CI jobs descriptions for more info. See this [list](jobs.md) of CI jobs descriptions for more info.

View File

@ -49,10 +49,6 @@ emulator? This is most likely it.**
Same as above but regular version (not only Bitcoin) without debug mode enabled. Same as above but regular version (not only Bitcoin) without debug mode enabled.
### core unix frozen regular darwin
Same as above for MacOS.
### core unix regular build ### core unix regular build
Non-frozen emulator build. This means you still need Python files present which get Non-frozen emulator build. This means you still need Python files present which get
@ -93,7 +89,3 @@ build? This is most likely it.**
UI tests for Core. See artifacts for a comprehensive report of UI. See [tests/ui-tests](../tests/ui-tests.html#reports) UI tests for Core. See artifacts for a comprehensive report of UI. See [tests/ui-tests](../tests/ui-tests.html#reports)
for more info. for more info.
---
TODO: document others if needed