mirror of
https://github.com/RetroDECK/Wiki.git
synced 2024-11-23 06:05:40 +00:00
Dev testing
This commit is contained in:
parent
97d27750ce
commit
48e1bf7a55
|
@ -2,13 +2,10 @@
|
|||
|
||||
This is WIP
|
||||
|
||||
## Cooker
|
||||
Cooker, differently from the main (stable) branch, is what it's boiling in the pot now: the bleeding edge of the software development.
|
||||
Every time a commit or a PR is done, a GitHub action automatically compiles the snapshot with the latest changes and publish them on the [cooker repository](https://github.com/XargonWan/RetroDECK-cooker).
|
||||
This can be publicly tested and if it's stable will be merged in the main branch creating a new release.
|
||||
## Cooker builds
|
||||
|
||||
Useless to say that this channel is not suggested for the end user but it's developer / alpha tester oriented.
|
||||
Expect major bugs and data loss: be warned.
|
||||
Every time a commit or a PR is done, a GitHub action automatically compiles the snapshot with the latest changes and publish them on the [cooker repository](https://github.com/XargonWan/RetroDECK-cooker).
|
||||
This can be publicly tested and if it's stable will be merged in the main branch creating a new release..
|
||||
|
||||
|
||||
## How to build RetroDECK?
|
||||
|
|
|
@ -72,7 +72,6 @@ nav:
|
|||
- Bugs & Issues 🐜:
|
||||
- Reporting Bugs: wiki_bugs/report-bugs.md
|
||||
- Known Issues: wiki_bugs/known-issues.md
|
||||
- How do I help out with testing?: wiki_community/testing-rd.md
|
||||
|
||||
- RetroDECK Configurator 🛠️:
|
||||
- Configurator Features: wiki_general/configurator.md
|
||||
|
@ -275,3 +274,6 @@ nav:
|
|||
- Functions:
|
||||
- Easter Egg Splashes: wiki_development/functions/easter-egg-splashes.md
|
||||
- Compression: wiki_development/functions/compression.md
|
||||
- Testing:
|
||||
- How do I help out with testing?: wiki_development/testing//general-testing.md
|
||||
|
||||
|
|
Loading…
Reference in a new issue